Skip to content

Commit

Permalink
restore required magic import for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 31, 2024
1 parent edb8f79 commit c065d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from collections import defaultdict

sys.path.append(str(Path(__file__).parent))
from conf_extlinks import extlinks, intersphinx_mapping

sys.path.insert(0, Path(__file__).resolve().parents[1])

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extend-exclude = '''


[tool.ruff]
exclude = ["docs/*"]

[tool.ruff.lint]
select = ["F401", "I002"] # TODO: eventually, expand to other 'I', 'D', and other 'F' linting
Expand Down

0 comments on commit c065d52

Please sign in to comment.