Skip to content

Commit

Permalink
Merge pull request #106 from broadinstitute/dp-docs
Browse files Browse the repository at this point in the history
fix docbuild and update github actions settings
  • Loading branch information
dpark01 authored Aug 1, 2024
2 parents d176365 + 38da140 commit 70d11af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
pull_request:
branches:
- master
merge_group:
release:
types:
- created
schedule:
- cron: '0 18 * * 1' # weekly at 18:00 on Mondays

env:
HOME: "${{ github.workspace }}"
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXOPTS = --jobs auto
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
jinja2==3.1.2 # https://github.com/readthedocs/readthedocs.org/issues/9037#issuecomment-1077818554
Sphinx==5.3.0 #override sphinx pinning done by RTD: https://docs.readthedocs.io/en/stable/build-default-versions.html#external-dependencies
sphinx-argparse
sphinx-rtd-theme==1.1.1
jinja2==3.1.4 # https://github.com/readthedocs/readthedocs.org/issues/9037#issuecomment-1077818554
Sphinx==7.4.7 #override sphinx pinning done by RTD: https://docs.readthedocs.io/en/stable/build-default-versions.html#external-dependencies
sphinx-argparse==0.5.2
sphinx-rtd-theme>=2.0.0
matplotlib>=2.2.4
PyYAML==6.0
PyYAML==6.0.1
mock==5.0.1
recommonmark

0 comments on commit 70d11af

Please sign in to comment.