File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 8282
8383# If your documentation needs a minimal Sphinx version, state it here.
8484
85- needs_sphinx = '2.0 '
85+ needs_sphinx = '3.4 '
8686
8787# Add any Sphinx extension module names here, as strings. They can be
8888# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
277277def setup (app ):
278278 # this is for hiding doctest decoration,
279279 # see: http://z4r.github.io/python/2011/12/02/hides-the-prompts-and-output/
280- app .add_javascript ('copybutton.js' )
280+ app .add_js_file ('copybutton.js' )
281281 app .add_css_file ('main.css' )
282282
283283
Original file line number Diff line number Diff line change 1- sphinx>=2.0, < 3.0
1+ sphinx>=3.0
22recommonmark # fails with badges
33m2r # fails with multi-line text
4- nbsphinx
5- pandoc
6- docutils
7- sphinxcontrib-fulltoc
4+ nbsphinx>=0.8
5+ pandoc>=1.0
6+ docutils>=0.16
7+ sphinxcontrib-fulltoc>=1.0
88sphinxcontrib-mockautodoc
99https://github.com/PyTorchLightning/lightning_sphinx_theme/archive/master.zip#egg=pt-lightning-sphinx-theme
10- # pip_shims
11- sphinx-autodoc-typehints
12- sphinx-paramlinks<0.4.0
13- sphinx-togglebutton
14- sphinx-copybutton
10+ sphinx-autodoc-typehints>=1.0
11+ sphinx-paramlinks>=0.4.0
12+ sphinx-togglebutton>=0.2
13+ sphinx-copybutton>=0.3
You can’t perform that action at this time.
0 commit comments