Skip to content

Commit

Permalink
fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm88 committed Feb 9, 2024
1 parent 6652640 commit 405616a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
pip install pdm
pdm install -G docs
pdm install -G docs --no-default
- name: Build HTML
run: |
pdm run sphinx-build -b html docs/ docs/_build
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/source/conf.py → docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys

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


# -- Project information -----------------------------------------------------
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 405616a

Please sign in to comment.