Skip to content

Commit

Permalink
Merge pull request #298 from WilliamJamieson/docs/fix_readthedocs
Browse files Browse the repository at this point in the history
Fix readthedocs for asdf-standard
  • Loading branch information
eslavich committed Feb 16, 2022
2 parents d352489 + ab108de commit 73b1df5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
os: ubuntu-latest
toxenv: codestyle

- name: Build documentation
python-version: 3.9
os: ubuntu-latest
toxenv: docs

- name: macOS
python-version: 3.9
os: macos-latest
Expand Down
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.9"

sphinx:
configuration: docs/source/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs

formats: all
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ description = The ASDF Standard schemas
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/asdf-format/asdf-standard
project_urls =
Bug Tracker = https://github.com/asdf-format/asdf-standard/issues
Documentation = https://asdf-standard.readthedocs.io/en/stable
Source Code = https://github.com/asdf-format/asdf-standard

[options]
python_requires = >=3.7
Expand Down

0 comments on commit 73b1df5

Please sign in to comment.