Skip to content

Commit

Permalink
docs: add readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Jan 28, 2022
1 parent 3e08c52 commit af3325d
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 5 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"

conda:
environment: docs/environment.yml

sphinx:
configuration: docs/conf.py

python:
install:
- method: pip
path: .
20 changes: 20 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: dqsegdb2
channels:
- conda-forge
dependencies:
# build
- pip
- setuptools
- setuptools-scm
- wheel
# install
- igwn-auth-utils
- ligo-segments
- requests
- safe-netrc
# docs
- numpydoc
- sphinx
- sphinx_rtd_theme
- sphinx-automodapi
- sphinx-tabs
5 changes: 0 additions & 5 deletions requirements-docs.txt

This file was deleted.

0 comments on commit af3325d

Please sign in to comment.