Archived
1
1
Fork 0

docs: disable problematic sphinx conf.py linting

This commit is contained in:
Josh Lay 2023-04-25 21:41:16 -05:00
parent 94277e3476
commit cd4c44069f
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -1,3 +1,11 @@
"""
Configuration file for the Sphinx documentation builder.
For the full list of built-in configuration values, see the documentation:
https://www.sphinx-doc.org/en/master/usage/configuration.html
"""
# 'fix' linting; sphinx doesn't apply
# pylint: disable=invalid-name,redefined-builtin
import os
import sys
@ -9,11 +17,6 @@ import sys
#
sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "src")))
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information