Skip to content

Commit

Permalink
Merge branch 'release-0.2.0' of github.com:GreenBankObservatory/dysh …
Browse files Browse the repository at this point in the history
…into pedro-devel
  • Loading branch information
astrofle committed Oct 24, 2023
2 parents b39593e + d637c98 commit 7328d9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
os: ubuntu-22.04
tools:
python: "3.9"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
configuration: docs/source/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:
- requirements: docs/requirements.txt
- method: pip
path: .
install:
- requirements: requirements.txt
- method: pip
path: .
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
SPHINXOPTS =
SPHINXBUILD = python -m sphinx
SPHINXPROJ = dysh
SOURCEDIR = .
BUILDDIR = _build
SOURCEDIR = ./source
BUILDDIR = ./_build

# Put it first so that "make" without argument is like "make help".
help:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ sphinx_rtd_theme
sphinxcontrib_mermaid
myst_parser
numpydoc
-e .

# Toolkit
wget
Expand Down

0 comments on commit 7328d9c

Please sign in to comment.