Skip to content

Commit

Permalink
Merge pull request #27 from inhandnet/pre-release
Browse files Browse the repository at this point in the history
Add build file
  • Loading branch information
soodifficult committed May 6, 2023
2 parents e8cd1a7 + 4e7c05d commit c43c717
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .readthedocs.yaml
Expand Up @@ -5,6 +5,10 @@
# Required
version: 2

formats:
- epub
- pdf

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
Expand All @@ -17,7 +21,9 @@ build:

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: conf.py
builder: html
configuration: conf.py
fail_on_warning: false

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
Expand Down
3 changes: 2 additions & 1 deletion conf.py
Expand Up @@ -38,7 +38,8 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["myst_parser"]
extensions = ['recommonmark'
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
@@ -1,3 +1 @@
sphinx==4.4.0
sphinx_rtd_theme==1.0.0
myst_parser==0.16.1
docutils>=0.14,<0.18

0 comments on commit c43c717

Please sign in to comment.