mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Docs: remove alabaster, add jquery as sphinx dependecies
This commit is contained in:
@@ -25,7 +25,8 @@ sys.path.append(os.path.abspath('..'))
|
||||
|
||||
# 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.ext.todo',
|
||||
extensions = ["sphinxcontrib.jquery",
|
||||
'sphinx.ext.todo',
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.autosummary',
|
||||
'sphinx.ext.coverage',
|
||||
|
||||
@@ -12,8 +12,8 @@ pytest-xdist
|
||||
pytest-forked
|
||||
pytest-timeout
|
||||
|
||||
sphinx; python_version >= '3.0'
|
||||
alabaster
|
||||
sphinx
|
||||
sphinxcontrib-jquery
|
||||
sphinxcontrib-applehelp
|
||||
sphinxcontrib-devhelp
|
||||
sphinxcontrib-htmlhelp
|
||||
|
||||
Reference in New Issue
Block a user