Skip to content

Commit

Permalink
docs: add readthedocs.yaml and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed Aug 16, 2021
1 parent 2774dc7 commit 5003181
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
# import okama # isort:skip

# version = '%s r%s' % (pandas.__version__, svn_version())
version = 1.0
version = 1.0.0

# The full version, including alpha/beta/rc tags.
release = 1.0
release = 1.0.0

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
11 changes: 11 additions & 0 deletions docs/readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Explicitly set the version of Python and its requirements
python:
version: 3.8
install:
- requirements: docs/requirements.txt
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.1.2
sphinx_rtd_theme==0.5.2
numpydoc==1.1.0

0 comments on commit 5003181

Please sign in to comment.