Skip to content

Commit

Permalink
fix(rtd): artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Oct 27, 2024
1 parent 4829e8a commit 38da5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ build:
# build epub
- sphinx-build -b epub -d doctrees docs _build/latexpdf
- mkdir -p $READTHEDOCS_OUTPUT/epub
- cp _build/latexpdf/PyGraphistry.epub $READTHEDOCS_OUTPUT/epub/PyGraphistry.epub
- cp _build/latexpdf/Graphistry.epub $READTHEDOCS_OUTPUT/epub/Graphistry.epub

# build pdf
- sphinx-build -b latex -d doctrees docs _build/latexpdf
- cd _build/latexpdf && pdflatex -file-line-error -interaction=nonstopmode Graphistry.tex && pdflatex -file-line-error -interaction=nonstopmode Graphistry.tex && echo ok || { echo fail && exit 1 ; }
- mkdir -p $READTHEDOCS_OUTPUT/pdf
- cp _build/latexpdf/PyGraphistry.pdf $READTHEDOCS_OUTPUT/pdf/PyGraphistry.pdf
- cp _build/latexpdf/Graphistry.pdf $READTHEDOCS_OUTPUT/pdf/Graphistry.pdf

#for nav links?
formats:
Expand Down

0 comments on commit 38da5f6

Please sign in to comment.