File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,10 +108,11 @@ Making and testing the tar-ball
108108 drevil:~ tmp1/> cd biopython
109109 ```
110110
111- 11. make the documentation PDF, text and HTML files in Doc :
111+ 11. make the documentation PDF in Doc (we have automated an HTML version online ; will need ` ` latexmk ` ` etc installed) :
112112
113113 ` ` ` bash
114- drevil:~ tmp1/biopython/> make -C Doc
114+ drevil:~ tmp1/biopython/> pip install -r .circleci/requirements-sphinx.txt
115+ drevil:~ tmp1/biopython/> make -C Doc latexpdf
115116 drevil:~ tmp1/biopython/> make clean -C Doc
116117 ` ` `
117118
@@ -129,7 +130,7 @@ Making and testing the tar-ball
129130 drevil:~ tmp1/> cd biopython-1.78
130131 ` ` `
131132
132- Check to make sure it includes the HTML and PDF files under Doc
133+ Check to make sure it includes the Tutorial PDF file under Doc
133134
13413514. make sure I can build and test it
135136
You can’t perform that action at this time.
0 commit comments