Skip to content

Commit

Permalink
Use generated mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Aug 9, 2023
1 parent 878fc3a commit 8accaaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches-ignore:
- gh-pages
- 'dependabot/**'
pull_request:
branches-ignore:
- gh-pages
Expand Down
4 changes: 1 addition & 3 deletions documentation/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

mkdocs:
configuration: mkdocs.yml
configuration: docs/mkdocs.yml
fail_on_warning: false

build:
Expand All @@ -13,5 +13,3 @@ build:
- pip install --upgrade mkdocs
- pip install pydoc-markdown
- pydoc-markdown documentation/pydoc-markdown.yaml
- mv docs/content/* docs
- rmdir docs/content
2 changes: 1 addition & 1 deletion documentation/pydoc-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ renderer:
output_directory: docs
mkdocs_config:
site_name: HDX Python Database
theme: readthedocs
theme: mkdocs
repo_url: "https://github.com/OCHA-DAP/hdx-python-database"
markdown:
source_linker:
Expand Down

0 comments on commit 8accaaa

Please sign in to comment.