Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PDF docs build #360

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build:
- libboost-dev
- libdivide-dev
- pdf2svg
- inkscape
tools:
python: "3.12"
python:
Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_version():
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinxcontrib.tikz",
"sphinxcontrib.inkscapeconverter",
"sphinx_design",
"sphinx_rtd_theme",
"breathe",
Expand Down
1 change: 1 addition & 0 deletions requirements-readthedocs.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ sphinx
sphinx-design
sphinx-rtd-theme
sphinxcontrib-tikz
sphinxcontrib-svg2pdfconverter
breathe
-r requirements.txt
1 change: 1 addition & 0 deletions requirements-readthedocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
sphinxcontrib-svg2pdfconverter==1.2.3
sphinxcontrib-tikz==0.4.20
tomli==2.0.2
urllib3==2.2.2
Loading