Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
54831a9a
Commit
54831a9a
authored
Sep 17, 2020
by
Henry Schreiner
Browse files
fix: use svg to pdf converter instead of original solution
parent
81555ce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs/conf.py
docs/conf.py
+1
-1
docs/requirements.txt
docs/requirements.txt
+1
-0
No files found.
docs/conf.py
View file @
54831a9a
...
@@ -31,7 +31,7 @@ import subprocess
...
@@ -31,7 +31,7 @@ import subprocess
# Add any Sphinx extension module names here, as strings. They can be
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# ones.
extensions
=
[
'breathe'
,
'sphinx
.ext.im
gconverter'
]
extensions
=
[
'breathe'
,
'sphinx
contrib.rsv
gconverter'
]
breathe_projects
=
{
'pybind11'
:
'.build/doxygenxml/'
}
breathe_projects
=
{
'pybind11'
:
'.build/doxygenxml/'
}
breathe_default_project
=
'pybind11'
breathe_default_project
=
'pybind11'
...
...
docs/requirements.txt
View file @
54831a9a
...
@@ -3,3 +3,4 @@ commonmark==0.9.1
...
@@ -3,3 +3,4 @@ commonmark==0.9.1
recommonmark==0.6.0
recommonmark==0.6.0
sphinx==3.2.1
sphinx==3.2.1
sphinx_rtd_theme==0.5.0
sphinx_rtd_theme==0.5.0
sphinxcontrib-svg2pdfconverter==1.1.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment