Skip to content

Commit

Permalink
Trying to install python package
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanand committed Dec 2, 2023
1 parent 62b42d6 commit a106750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ build:
rust: "1.64"
golang: "1.19"

python:
install:
- requirements: requirements.txt

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
Expand Down
7 changes: 4 additions & 3 deletions Docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@


sphinx>=4.3.1
sphinx-rtd-theme>=0.5.1
recommonmark==0.6.0
sphinx>=5.3.0
sphinx_rtd_theme>=1.1.1
readthedocs-sphinx-search>=0.1.1
recommonmark>=0.6.0


0 comments on commit a106750

Please sign in to comment.