Skip to content

Commit

Permalink
Merge pull request UW-Hydro#922 from UW-Hydro/fix-doc-build
Browse files Browse the repository at this point in the history
try 2 at fixing doc build
  • Loading branch information
Joe Hamman authored Dec 15, 2021
2 parents fecf6a1 + 0d7f127 commit 8f6cc06
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 117 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ TAGS
__pycache__
.ipynb_checkpoints
.eggs

# docs
_build/
site/
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# File: .readthedocs.yaml

version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3.9"

mkdocs:
configuration: mkdocs.yml

python:
install:
- requirements: docs/requirements.txt
117 changes: 0 additions & 117 deletions docs/custom_rtd_theme/base.html

This file was deleted.

1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs==1.2.3

0 comments on commit 8f6cc06

Please sign in to comment.