File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
"sphinx.ext.napoleon" , # Support for NumPy and Google style docstrings
53
53
"sphinx.ext.todo" , # Support for todo items # .. todo:: directive
54
54
"sphinx.ext.viewcode" , # Add links to highlighted source code
55
- # Non-official Sphinx extensions
55
+ # Non-official Sphinx extensions need to be installed
56
56
# https://github.com/sphinx-contrib/
57
57
"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
59
59
# Non-official Sphinx extension for matplotlib plots
60
60
# https://matplotlib.org/stable/api/sphinxext_plot_directive_api.html?highlight=plot_directive#module-matplotlib.sphinxext.plot_directive
61
61
"matplotlib.sphinxext.plot_directive" , # .. plot:: directive for plt.plot
You can’t perform that action at this time.
0 commit comments