mirror of https://github.com/scrapy/scrapy.git
Remove enum-tools
This commit is contained in:
parent
581c969ead
commit
6a378bb94a
|
|
@ -27,7 +27,6 @@ author = "Scrapy developers"
|
|||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = [
|
||||
"enum_tools.autoenum",
|
||||
"hoverxref.extension",
|
||||
"notfound.extension",
|
||||
"scrapydocs",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
enum-tools[sphinx]==0.12.0
|
||||
sphinx==8.1.3
|
||||
sphinx-hoverxref==1.4.2
|
||||
sphinx-notfound-page==1.0.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue