Skip to content

Commit

Permalink
Merge pull request #102 from tekktrik/dev/update-ci
Browse files Browse the repository at this point in the history
Update RTD config file, add requirements file for RTD
  • Loading branch information
tekktrik committed Dec 20, 2023
2 parents 6fb29d8 + 64e27fb commit b1ff9eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ build:
# Sphinx configuration file
sphinx:
configuration: 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: docs/requirements.txt
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: 2023 Alec Delaney
#
# SPDX-License-Identifier: MIT

sphinx
sphinx-rtd-theme

0 comments on commit b1ff9eb

Please sign in to comment.