Skip to content

Commit

Permalink
revert changes to inheritance diagram settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Oct 19, 2021
1 parent 5c23c6c commit fb0b036
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ build:

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements-docs.txt
method: pip
path: .
install:
- requirements: requirements-docs.txt
- method: pip
path: .
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.graphviz",
"sphinx.ext.inheritance_diagram",
"sphinx.ext.intersphinx",
"sphinx_autodoc_typehints",
"sphinx_rtd_theme",
]

intersphinx_mapping = {
"apispec": ("https://apispec.readthedocs.io/en/latest/", None),
"marshmallow": ("https://marshmallow.readthedocs.io/en/stable/", None),
"pint": ("https://pint.readthedocs.io/en/stable/", None),
"python": ("https://docs.python.org/3", None),
"sympy": ("https://docs.sympy.org/latest/", None),
Expand Down

0 comments on commit fb0b036

Please sign in to comment.