Skip to content

Commit

Permalink
Merge pull request #706 from drnlm/feature/add_readthedocs_yaml
Browse files Browse the repository at this point in the history
Feature/add readthedocs yaml
  • Loading branch information
drnlm authored Mar 7, 2024
2 parents 9d3f5cf + b9ab3e4 commit d18496b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ nosetests.xml
/wafer.db
/media/
/wafer/static/vendor/

# Selenium log files
geckodriver.log
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

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

formats:
- pdf

0 comments on commit d18496b

Please sign in to comment.