diff --git a/docs/conf.py b/docs/conf.py index f905846..f7c5f5a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,5 @@ # noqa: D100, INP001 +# flake8: noqa # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: @@ -11,6 +12,7 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information + from pygeoif import about project = "pygeoif"