Skip to content

Commit

Permalink
Simplify conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed May 23, 2024
1 parent 54f2edc commit e5aeecf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import datetime
import os
import sys

# -- Module path setup -------------------------------------------------------
for x in os.walk("../../src"):
sys.path.insert(0, x[0])

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down

0 comments on commit e5aeecf

Please sign in to comment.