Skip to content

Commit

Permalink
Tweak Sphinx configuration (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson authored Nov 27, 2020
1 parent 1cb1ce3 commit f28228b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.githubpages",
"sphinx.ext.graphviz",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
Expand Down Expand Up @@ -198,6 +197,12 @@
),
]

# Options for autodoc extension
# -----------------------------

autodoc_mock_imports = ["pyface.qt", "wx"]


# Options for intersphinx extension
# ---------------------------------

Expand Down

0 comments on commit f28228b

Please sign in to comment.