Skip to content

Commit

Permalink
Update site name and css path
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Sep 20, 2024
1 parent 9e8695a commit 69989e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/scripts/build_mkdocs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

cat > mkdocs.yml <<EOF
site_name: TPOT2
site_name: TPOT
site_url: http://epistasislab.github.io/tpot2
repo_url: https://github.com/epistasislab/tpot2
Expand Down Expand Up @@ -122,4 +122,4 @@ echo " - related.md" >> mkdocs.yml
# for file in docs/tutorial/*.ipynb; do
# base=$(basename $file .ipynb)
# echo " - tutorial/$base.ipynb" >> mkdocs.yml
# done
# done
2 changes: 1 addition & 1 deletion mkdocs_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extra:
provider: mike

extra_css:
- css/extra.css
- ../css/extra.css

markdown_extensions:
- tables
Expand Down

0 comments on commit 69989e6

Please sign in to comment.