Skip to content

Commit

Permalink
Merge pull request #39 from mrava87/master
Browse files Browse the repository at this point in the history
Fix Readthedocs
  • Loading branch information
drrelyea authored Jul 28, 2024
2 parents deec018 + 5cb7865 commit a6a7446
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .readthedocs.yaml
# 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-20.04
tools:
python: "3.9"

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

# Declare the Python requirements required to build your docs
python:
install:
- requirements: requirements-dev.txt
- method: pip
path: .
7 changes: 0 additions & 7 deletions readthedocs.yml

This file was deleted.

0 comments on commit a6a7446

Please sign in to comment.