Skip to content

Commit 766ccab

Browse files
committed
ci(rtd): don't build epub
1 parent 9ddd167 commit 766ccab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.doc/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
161161

162162
html_context = {
163163
"github_repo": "https://github.com/MODFLOW-USGS/modflow6-examples", # assuming an exact match
164-
"github_version": "master",
165164
"display_github": False,
166165
"github_user": "modflow6-examples",
167166
"github_repo": "modflow6-examples",
@@ -210,7 +209,7 @@
210209
# Output file base name for HTML help builder.
211210
htmlhelp_basename = "mf6exdoc"
212211

213-
# disable automatic notebook execution (nbs are built in CI for now)
212+
# disable automatic notebook execution (built in CI for now)
214213
nbsphinx_execute = "never"
215214

216215
nbsphinx_prolog = (

.readthedocs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ sphinx:
2020
# configuration: mkdocs.yml
2121

2222
# Optionally build your docs in additional formats such as PDF and ePub
23-
formats:
24-
- epub
23+
formats: []
2524

2625
# Optionally set the version of Python and requirements required to build your docs
2726
python:

0 commit comments

Comments
 (0)