Skip to content

Commit fc9363f

Browse files
authored
Merge pull request #11984 from IQSS/sphinx-doc-update
doc update sphinx 7.2.6 -> 7.4.0
2 parents f3395cc + b09d16d commit fc9363f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sphinx-guides/source/contributor/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ From a terminal, switch to the "dataverse" directory you just cloned. This is th
6666

6767
Then try running this command:
6868

69-
`docker run -it --rm -v $(pwd):/docs sphinxdoc/sphinx:7.2.6 bash -c "cd doc/sphinx-guides && pip3 install -r requirements.txt && make html"`
69+
`docker run -it --rm -v $(pwd):/docs sphinxdoc/sphinx:7.4.0 bash -c "cd doc/sphinx-guides && pip3 install -r requirements.txt && make html"`
7070

7171
If all goes well, you should be able to open `doc/sphinx-guides/build/html/index.html` to see the guides you just built.
7272

@@ -187,7 +187,7 @@ The HTML version of the guides is the official one. Any other formats are mainta
187187

188188
If you would like to build a PDF version of the guides and have Docker installed, please try the command below from the root of the git repo:
189189

190-
`docker run -it --rm -v $(pwd):/docs sphinxdoc/sphinx-latexpdf:7.2.6 bash -c "cd doc/sphinx-guides && pip3 install -r requirements.txt && make latexpdf LATEXMKOPTS=\"-interaction=nonstopmode\"; cd ../.. && ls -1 doc/sphinx-guides/build/latex/Dataverse.pdf"`
190+
`docker run -it --rm -v $(pwd):/docs sphinxdoc/sphinx-latexpdf:7.4.0 bash -c "cd doc/sphinx-guides && pip3 install -r requirements.txt && make latexpdf LATEXMKOPTS=\"-interaction=nonstopmode\"; cd ../.. && ls -1 doc/sphinx-guides/build/latex/Dataverse.pdf"`
191191

192192
A few notes about the command above:
193193

0 commit comments

Comments
 (0)