Skip to content

Commit

Permalink
fixup! [docs] add readthedocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
spj101 committed Aug 24, 2021
1 parent 3c77f8f commit 9c82bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ python:
version: "3.7"
install:
- requirements: doc/requirements.txt
- method: setuptools
path: doc
2 changes: 2 additions & 0 deletions doc/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import sys, os
exit(os.system(f"{sys.executable} -m SCons pySecDec/metadata.py"))

0 comments on commit 9c82bc0

Please sign in to comment.