Commit 766ccab 1 parent 9ddd167 commit 766ccab Copy full SHA for 766ccab
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 161
161
162
162
html_context = {
163
163
"github_repo" : "https://github.com/MODFLOW-USGS/modflow6-examples" , # assuming an exact match
164
- "github_version" : "master" ,
165
164
"display_github" : False ,
166
165
"github_user" : "modflow6-examples" ,
167
166
"github_repo" : "modflow6-examples" ,
210
209
# Output file base name for HTML help builder.
211
210
htmlhelp_basename = "mf6exdoc"
212
211
213
- # disable automatic notebook execution (nbs are built in CI for now)
212
+ # disable automatic notebook execution (built in CI for now)
214
213
nbsphinx_execute = "never"
215
214
216
215
nbsphinx_prolog = (
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ sphinx:
20
20
# configuration: mkdocs.yml
21
21
22
22
# Optionally build your docs in additional formats such as PDF and ePub
23
- formats :
24
- - epub
23
+ formats : []
25
24
26
25
# Optionally set the version of Python and requirements required to build your docs
27
26
python :
You can’t perform that action at this time.
0 commit comments