Skip to content

Commit

Permalink
Fix mkdocs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 5, 2023
1 parent 50de370 commit a0aecb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
14 changes: 6 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
site_name: Mkdocs Template
site_description: A website template for using mkdocs
site_author: Qiusheng Wu
site_url: https://giswqs.github.io/mkdocs-template
site_name: EEFA Notebook
site_description: Python scripts and Jupyter notebooks for the EEFA book
site_author: EEFA Authors
site_url: https://gee-community.github.io/eefa-notebook

repo_url: https://github.com/giswqs/mkdocs-template

copyright: "Copyright © 2022 - 2023 Qiusheng Wu"
repo_url: https://github.com/gee-community/eefa-notebook

theme:
palette:
Expand Down Expand Up @@ -42,7 +40,7 @@ plugins:
# execute: True
allow_errors: false
ignore: ["name.ipynb"]
execute_ignore: "path/*.ipynb"
execute_ignore: ["path/*.ipynb"]

markdown_extensions:
- attr_list
Expand Down

0 comments on commit a0aecb4

Please sign in to comment.