Skip to content

Commit

Permalink
Merge pull request #18 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 b7191f8 + 1e0e7d3 commit 59231d0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,35 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

formats:
- epub
- pdf

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
docutils>=0.14,<0.18

0 comments on commit 59231d0

Please sign in to comment.