Skip to content

Commit

Permalink
remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jul 7, 2023
1 parent 361d2c7 commit 76172eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
16 changes: 4 additions & 12 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Required
version: 2

# Conda env
conda:
environment: ci/environment-docs.yml

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
Expand All @@ -10,15 +14,3 @@ build:
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements-docs.txt
12 changes: 12 additions & 0 deletions ci/environment-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: cmweather-dev
channels:
- conda-forge
dependencies:
- numpydoc
- pydata-sphinx-theme
- nbsphinx
- ipython
- ipykernel
- netcdf4
- xarray
- pooch
6 changes: 0 additions & 6 deletions docs/requirements-docs.txt

This file was deleted.

0 comments on commit 76172eb

Please sign in to comment.