Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeppozz committed Feb 28, 2024
1 parent 3c33e5f commit 608abd7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

conda:
environment: environment.yml

# Set the version of Python and other tools you might need
build:
#image: latest
os: ubuntu-20.04
tools:
python: "miniconda3-4.7"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: sphinx/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:
- method: pip
path: .
- requirements: requirements-docs.txt
8 changes: 8 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: specify.github.io
channels:
- conda-forge
dependencies:
- sphinx-rtd-theme
sphinx-autoapi
myst-parser

0 comments on commit 608abd7

Please sign in to comment.