Skip to content

Commit 04d769a

Browse files
authored
Merge pull request #30 from bkmgit/docs
🐛 get texinfo documentation to build
2 parents 0feec5c + 3bb52be commit 04d769a

File tree

2 files changed

+67
-63
lines changed

2 files changed

+67
-63
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# ones.
3333
extensions = [
3434
'sphinx.ext.autodoc',
35+
'numpydoc',
3536
'sphinx.ext.viewcode',
3637
'sphinx.ext.autosummary',
3738
'sphinx.ext.coverage',
@@ -290,7 +291,7 @@
290291
#texinfo_domain_indices = True
291292

292293
# How to display URL addresses: 'footnote', 'no', or 'inline'.
293-
#texinfo_show_urls = 'footnote'
294+
texinfo_show_urls = 'inline'
294295

295296
# If true, do not generate a @detailmenu in the "Top" node's menu.
296297
#texinfo_no_detailmenu = False

0 commit comments

Comments
 (0)