Skip to content

Commit

Permalink
Merge branch '0.3' of github.com:AntelopeLCA/core into 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuczenski committed Sep 20, 2024
2 parents b252284 + 93311a8 commit 71f6e16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# CUSTOM_DOMAIN: optionaldomain.com
CONFIG_FILE: folder/mkdocs.yml
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
# GITHUB_DOMAIN: github.myenterprise.com
REQUIREMENTS: dev-requirements.txt
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plugins:
- mkdocstrings:
handlers:
python:
paths: [antelope_core]
paths: [., antelope_core]
options:
docstring_style: "sphinx"
show_inheritance_diagram: true
Expand All @@ -48,4 +48,4 @@ plugins:
nav_file: SUMMARY.md
- gen-files:
scripts:
- scripts/gen_ref_nav.py
- scripts/gen_ref_nav.py

0 comments on commit 71f6e16

Please sign in to comment.