Skip to content

Commit

Permalink
Merge branch 'master' into feature/rename-facts
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantmoose authored Sep 7, 2023
2 parents 5ae1f82 + caddf49 commit 230e88c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: plugins/fieldmanual/sphinx-docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt

# Build all formats (incl. pdf, epub)
formats: all

# Include all submodules
submodules:
include: all
recursive: true
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ donut-shellcode==0.9.2
marshmallow-enum==1.5.1
ldap3==2.8.1
lxml~=4.9.1 # debrief
reportlab==3.6.12 # debrief
reportlab==4.0.4 # debrief
svglib==1.0.1 # debrief
Markdown==3.3.3 # training
dnspython==2.1.0
Expand Down

0 comments on commit 230e88c

Please sign in to comment.