summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use-docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/how-to-use-docs')
-rw-r--r--docs/how-to-use-docs/files/conf.py2
-rw-r--r--docs/how-to-use-docs/local-build-transition.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-to-use-docs/files/conf.py b/docs/how-to-use-docs/files/conf.py
index 3c4453e71..eb12e74b6 100644
--- a/docs/how-to-use-docs/files/conf.py
+++ b/docs/how-to-use-docs/files/conf.py
@@ -1 +1 @@
-from docs_conf.conf import *
+from docs_conf.conf import * # noqa: F401,F403
diff --git a/docs/how-to-use-docs/local-build-transition.rst b/docs/how-to-use-docs/local-build-transition.rst
index 5d2c806d7..147cb271c 100644
--- a/docs/how-to-use-docs/local-build-transition.rst
+++ b/docs/how-to-use-docs/local-build-transition.rst
@@ -49,7 +49,7 @@ In your project repo:
.. literalinclude:: files/tox.ini
- *.gitignore*::
+ *.gitignore*
.tox/
docs/_build/*