Skip to content

Commit

Permalink
Move MkDocs src and build directories for GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 29, 2021
1 parent 04654f8 commit 9078083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ instance/
# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

Expand Down Expand Up @@ -121,7 +118,7 @@ venv.bak/
.ropeproject

# mkdocs documentation
/site
/docs

# mypy
.mypy_cache/
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
################################################################################

site_name: webqueue2 API
site_url: "https://pages.github.itap.purdue.edu/ECN/webqueue2-api/"
dev_addr: "127.0.0.1:6060"
docs_dir: "docs-src"
site_dir: "docs"
repo_url: https://github.itap.purdue.edu/ECN/webqueue2-api
plugins:
- search
Expand Down

0 comments on commit 9078083

Please sign in to comment.