Skip to content

Commit

Permalink
Merge pull request #37 from zStupan/main
Browse files Browse the repository at this point in the history
Add read the docs configuration
  • Loading branch information
firefly-cpp authored Mar 15, 2022
2 parents 4ec7e9b + 6c173fe commit 513da73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: '3.9'

python:
install:
- requirements: 'docs/requirements.txt'

sphinx:
configuration: 'docs/conf.py'
fail_on_warning: true
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx==4.4.0
sphinx-rtd-theme==1.0.0
sphinxcontrib-bibtex==2.4.1

0 comments on commit 513da73

Please sign in to comment.