Skip to content

Commit

Permalink
Move mkdocs.yml file up one level
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Jan 16, 2025
1 parent 20f88cc commit 93c91c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: docs.lincbrain.org/linc-convert
CONFIG_FILE: docs/mkdocs.yml
REQUIREMENTS: docs/requirements.txt
6 changes: 1 addition & 5 deletions docs/mkdocs.yml → mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ repo_url: "https://github.com/lincbrain/linc-convert"
copyright: "CC-BY 4.0"
use_directory_urls: true
site_url: https://docs.lincbrain.org/linc-convert
docs_dir: "."
site_dir: "../site"
edit_uri: "blob/main/docs/"

theme:
name: "material"
Expand Down Expand Up @@ -44,13 +41,12 @@ plugins:
- same-dir
- gen-files:
scripts:
- scripts/gen_ref_pages.py
- docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: api.md
- mkdocstrings:
handlers:
python:
paths: [..]
options:
docstring_style: numpy
show_source: false
Expand Down

0 comments on commit 93c91c1

Please sign in to comment.