We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ddac6 commit e001930Copy full SHA for e001930
.flake8
@@ -6,7 +6,7 @@ exclude =
6
__pycache__,
7
build,
8
dist,
9
- doc/source/conf.py
+ docs/source/conf.py
10
max-line-length = 79
11
# Ignore some style 'errors' produced while formatting by 'black'
12
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
.readthedocs.yaml
@@ -10,4 +10,4 @@ python:
- requirements: requirements/docs.txt
sphinx:
13
- configuration: doc/source/conf.py
+ configuration: docs/source/conf.py
0 commit comments