Docs Requirement upgrades

This commit is contained in:
Ariel Rin 2020-10-01 18:54:04 +10:00
parent 3943426c4c
commit 25e565b099
2 changed files with 7 additions and 12 deletions

View File

@ -28,8 +28,6 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
# Support for recommonmark module
import recommonmark
from recommonmark.parser import CommonMarkParser
from recommonmark.transform import AutoStructify
# -- General configuration ------------------------------------------------
@ -41,8 +39,11 @@ from recommonmark.transform import AutoStructify
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme',
'sphinx.ext.autodoc',
'recommonmark',
]
# Add any paths that contain templates here, relative to this directory.
@ -76,7 +77,7 @@ version = u'2.0'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@ -171,12 +172,6 @@ texinfo_documents = [
'Miscellaneous'),
]
# Markdown support
source_parsers = {
'.md': CommonMarkParser,
}
def setup(app):
app.add_config_value('recommonmark_config', {
'auto_toc_tree_section': 'Contents',

View File

@ -1,3 +1,3 @@
sphinx>=1.4.0,<1.5.0
sphinx_rtd_theme>=0.1.9
recommonmark==0.4.0
sphinx=>3.2.1,<4.0.0
sphinx_rtd_theme=0.5.0
recommonmark=0.6.0