Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
upgrade docs (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jan 28, 2021
1 parent f797d37 commit cd0e775
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
#
source_suffix = [".rst", ".md"]

needs_sphinx = '3.4'

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

# Example configuration for intersphinx: refer to the Python standard library.
Expand Down
20 changes: 10 additions & 10 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
sphinx>=2.0, <3.0
sphinx>=3.0
recommonmark # fails with badges
m2r # fails with multi-line text
nbsphinx
pandoc
docutils
sphinxcontrib-fulltoc
nbsphinx>=0.8
pandoc>=1.0
docutils>=0.16
sphinxcontrib-fulltoc>=1.0
sphinxcontrib-mockautodoc

https://github.com/PyTorchLightning/lightning_sphinx_theme/archive/master.zip
sphinx-autodoc-typehints
sphinx-paramlinks<0.4.0
sphinx-togglebutton
sphinx-copybutton
https://github.com/PyTorchLightning/lightning_sphinx_theme/archive/master.zip#egg=pt-lightning-sphinx-theme
sphinx-autodoc-typehints>=1.0
sphinx-paramlinks>=0.4.0
sphinx-togglebutton>=0.2
sphinx-copybutton>=0.3

0 comments on commit cd0e775

Please sign in to comment.