Skip to content

Commit e15f464

Browse files
authored
Update for PDF docs
Can't get this to work locally, cryptic latex error.
1 parent 17588de commit e15f464

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

wiki/Building_a_release.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

134135
14. make sure I can build and test it
135136

0 commit comments

Comments
 (0)