Skip to content

Commit

Permalink
Merge pull request #85 from nabobalis/main-1
Browse files Browse the repository at this point in the history
Update .readthedocs.yml
  • Loading branch information
wtbarnes committed Aug 18, 2023
2 parents 06c9c74 + d79c6b5 commit 29e4086
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --unshallow || true
pre_install:
- git update-index --assume-unchanged docs/conf.py

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false

# Optionally build your docs in additional formats such as PDF and ePub
formats: []

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
install:
- method: pip
extra_requirements:
- all
- docs
path: .
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docs =
sphinx-astropy
sphinx-automodapi
towncrier
sphinx_rtd_theme
sphinx-rtd-theme>=1.3.0rc1

[options.package_data]
synthesizAR.instruments = data/*.json, data/*.asdf
Expand Down

0 comments on commit 29e4086

Please sign in to comment.