Skip to content

Commit

Permalink
[skip ci] add legacy extention
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Nov 16, 2024
1 parent 46865be commit f2165d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"sphinxarg.ext", # argparse
"sphinxcontrib.bibtex", # for foot-citations
"recommonmark", # markdown parser
"sphinx_build_compatibility.extension" # compatibility until we adopt addon system
]

if LooseVersion(sphinx.__version__) < LooseVersion("1.4"):
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ doc =
sphinx-gallery
sphinx_rtd_theme>=1.3.0
sphinxcontrib-bibtex
git+https://github.com/readthedocs/sphinx-build-compatibility#egg=sphinx-build-compatibility
tests =
coverage
coveralls
Expand Down

0 comments on commit f2165d9

Please sign in to comment.