Skip to content

Commit

Permalink
removing typehints from doc build (librosa#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Dec 15, 2022
1 parent e4edf2b commit b1d0bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
for _ in removals:
del sys.modules[_]

# -- General configuration -----------------------------------------------------
# -- General configuration ----------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
if sphinx.__version__ < "2.0":
Expand Down Expand Up @@ -378,6 +378,7 @@ def reset_mpl(gallery_conf, fname):
# texinfo_show_urls = 'footnote'

autodoc_member_order = "bysource"
autodoc_typehints = "none"

smv_branch_whitelist = r"^main$" # build main branch, and anything relating to documentation
smv_tag_whitelist = r"^((0\.8\.1)|(0\.[9]\.\d+))$" # use this for final builds
Expand Down
2 changes: 1 addition & 1 deletion tests/data
Submodule data updated 1 files
+ test2_8000.mkv

0 comments on commit b1d0bb8

Please sign in to comment.