Skip to content

Commit b90b737

Browse files
committed
docs: remove undesirable extension
1 parent f60e053 commit b90b737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"sphinx.ext.napoleon", # Support for NumPy and Google style docstrings
5353
"sphinx.ext.todo", # Support for todo items # .. todo:: directive
5454
"sphinx.ext.viewcode", # Add links to highlighted source code
55-
# Non-official Sphinx extensions
55+
# Non-official Sphinx extensions need to be installed
5656
# https://github.com/sphinx-contrib/
5757
"sphinxcontrib.bibtex", # Sphinx extension for BibTeX style citations
58-
"sphinxcontrib.proof", # Sphinx extension to typeset theorems, proofs
58+
# "sphinxcontrib.proof", # Sphinx extension to typeset theorems, proofs
5959
# Non-official Sphinx extension for matplotlib plots
6060
# https://matplotlib.org/stable/api/sphinxext_plot_directive_api.html?highlight=plot_directive#module-matplotlib.sphinxext.plot_directive
6161
"matplotlib.sphinxext.plot_directive", # .. plot:: directive for plt.plot

0 commit comments

Comments
 (0)