Skip to content

Commit

Permalink
RTD: activate proteus-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tridelat committed Feb 10, 2020
1 parent 8b6a3a1 commit 651550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# build C++ docs
subprocess.call('cd ..; doxygen', shell=True)
# build proteus
subprocess.call('cd ../..; make develop-conda', shell=True)
subprocess.call('cd ../..; conda activate proteus-dev; make develop-conda', shell=True)

try:
import proteus
Expand Down

0 comments on commit 651550d

Please sign in to comment.