Skip to content

Commit fe53baf

Browse files
committed
2 parents 83e37f2 + 1ad5fc4 commit fe53baf

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77

88
# Build documentation in the docs/ directory with Sphinx
99
sphinx:
10-
configuration: docs/conf.py
10+
configuration: docsrc/conf.py
1111

1212
# Build documentation with MkDocs
1313
#mkdocs:
@@ -20,7 +20,7 @@ formats: all
2020
python:
2121
version: 3.7
2222
install:
23-
- requirements: docs/requirements.txt
23+
- requirements: docsrc/requirements.txt
2424

2525
#Conda configuratin
2626
conda:

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: dss
22
channels:
3+
- cadwr-dms
34
- conda-forge
45
- defaults
56
dependencies:
@@ -10,4 +11,5 @@ dependencies:
1011
- pandas
1112
- python=3.7.*
1213
- sphinx
14+
- pyhecdss
1315
prefix: /home/psandhu/.conda/envs/dss
738 KB
Binary file not shown.

0 commit comments

Comments
 (0)