Skip to content

Commit

Permalink
Merge branch 'feature/epathermostat_2.0' into feature/epa2.0_line_vol…
Browse files Browse the repository at this point in the history
…tage
  • Loading branch information
craigmaloney committed Mar 15, 2023
2 parents 0af45fa + 44a5395 commit 9e3b984
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
29 changes: 29 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# .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-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

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

# 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: docs/rtd_requirements.txt
4 changes: 0 additions & 4 deletions docs/rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
numpy==1.24.1
pandas==1.4.1
python-dateutil==2.8.2
pytz==2021.3
six==1.16.0

0 comments on commit 9e3b984

Please sign in to comment.