Skip to content

Commit

Permalink
ruff doc conf
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 committed Feb 5, 2024
1 parent 73d8a33 commit 80325cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration file for the Sphinx documentation builder.
"""Configuration file for the Sphinx documentation builder."""
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
Expand All @@ -14,8 +14,6 @@

import os
import sys
import sphinx_rtd_theme, sphinx_autodoc_typehints
from typing import List

sys.path.insert(0, os.path.abspath("../../mdgo"))

Expand Down Expand Up @@ -57,7 +55,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns: List[str] = []
exclude_patterns: list[str] = []


# -- Options for HTML output -------------------------------------------------
Expand Down

0 comments on commit 80325cf

Please sign in to comment.