File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
+
3
+ sphinx :
4
+ fail_on_warning : true
5
+
6
+ python :
7
+ version : 3.8
8
+ install :
9
+ - method : pip
10
+ path : .
11
+ extra_requirements :
12
+ - docs
Original file line number Diff line number Diff line change 98
98
"python" : ("https://docs.python.org/3" , None ),
99
99
"python2" : ("https://docs.python.org/2" , None ),
100
100
"six" : ("https://six.readthedocs.io/" , None ),
101
+ "fissix" : ("https://fissix.readthedocs.io/en/latest/" , None ),
101
102
}
102
103
103
104
134
135
# Add any paths that contain custom static files (such as style sheets) here,
135
136
# relative to this directory. They are copied after the builtin static files,
136
137
# so a file named "default.css" will overwrite the builtin "default.css".
137
- html_static_path = ["_static" ]
138
+ html_static_path = []
138
139
139
140
# Add any extra paths that contain custom files (such as robots.txt or
140
141
# .htaccess) here, relative to this directory. These files are copied
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ version of ``six`` is installed.
230
230
231
231
232
232
``fissix `` fixers
233
- +++++++++++++++
233
+ +++++++++++++++++
234
234
235
235
Some `fixers from fissix <https://docs.python.org/3/library/2to3.html#fixers >`_
236
236
in Python's standard library are run by default unmodified as their
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ console_scripts =
30
30
modernize = libmodernize.main:main
31
31
python-modernize = libmodernize.main:main
32
32
33
+ [options.extras_require]
34
+ docs =
35
+ sphinx~=3.2
36
+
33
37
[bdist_wheel]
34
38
universal = 1
35
39
You can’t perform that action at this time.
0 commit comments