mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 10:34:06 +00:00
Make documentation work with the latest version of sphinx
This commit is contained in:
@@ -31,6 +31,7 @@ needs_sphinx = '1.4'
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = [
|
||||
'myst_parser'
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
@@ -78,14 +79,6 @@ pygments_style = 'sphinx'
|
||||
todo_include_todos = False
|
||||
|
||||
|
||||
# -- Source -------------------------------------------------------------
|
||||
|
||||
source_parsers = {
|
||||
'.md': 'recommonmark.parser.CommonMarkParser',
|
||||
}
|
||||
|
||||
source_suffix = ['.rst', '.md']
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
|
@@ -1,7 +1,7 @@
|
||||
docker
|
||||
myst-parser
|
||||
pre-commit
|
||||
pytest
|
||||
recommonmark
|
||||
requests
|
||||
sphinx>=1.6
|
||||
sphinx-intl
|
||||
|
Reference in New Issue
Block a user