Skip to content

Commit

Permalink
add svg converter
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 9, 2024
1 parent 1089c60 commit 1b56e94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"sphinx_click",
"sphinx_codeautolink",
"sphinx_copybutton",
"sphinxcontrib.cairosvgconverter",
# "sphinxcontrib.autodoc_pydantic", # FIXME: Does not seem to be compatible with RavenPy codebase.
]

Expand Down Expand Up @@ -126,7 +127,7 @@

# The suffix(es) of source filenames.
# You can specify multiple suffix as a dictionary of suffix: filetype
source_suffix = {'.rst': 'restructuredtext'}
source_suffix = {".rst": "restructuredtext"}

# The master toctree document.
master_doc = "index"
Expand Down
2 changes: 1 addition & 1 deletion environment-rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- sphinx-codeautolink
- sphinx-copybutton
- sphinx-rtd-theme >=1.0
- sphinxcontrib-napoleon
- sphinxcontrib-svg2pdfconverter
- typing_extensions
- wheel
# - xarray # mocked
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ docs = [
"sphinx-codeautolink",
"sphinx-copybutton",
"sphinx-rtd-theme >=1.0",
"sphinxcontrib-svg2pdfconverter >=1.2.3",
"xesmf"
]
gis = [
Expand Down

0 comments on commit 1b56e94

Please sign in to comment.