Skip to content

Commit

Permalink
unpin (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jan 11, 2022
1 parent b4ca31b commit 5fec198
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 17 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@
"sphinx_copybutton",
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
]

autosummary_generate = True
add_module_names = False
autodoc_member_order = "bysource"
autodoc_typehints = "description"
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ nbQA
:maxdepth: 2
:caption: DEVELOPER DOCS:

modules
contributing

Indices and tables
Expand Down
12 changes: 0 additions & 12 deletions docs/modules.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
myst-parser>=0.12.0
Sphinx>=3.2.0,<4.1.0
Sphinx>=3.2.0
sphinx-copybutton>=0.3.0
sphinx-rtd-theme>=0.5.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ py_modules = nbqa
install_requires =
ipython>=7.8.0
tokenize-rt>=3.2.0
tomli<2.0.0
tomli
importlib-metadata;python_version < '3.8'
python_requires = >=3.6.0

Expand Down

0 comments on commit 5fec198

Please sign in to comment.