Skip to content

Commit

Permalink
Merge pull request #193 from Nextomics/dev
Browse files Browse the repository at this point in the history
init requirement for Read the Docs building
  • Loading branch information
moold authored Oct 8, 2023
2 parents 71df1b1 + 8a351a5 commit a73a0ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ sphinx:

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: doc/requirements.txt
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx_copybutton==0.5.2
sphinx_rtd_theme==1.1.1

0 comments on commit a73a0ff

Please sign in to comment.