Skip to content

Commit

Permalink
[docs] Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Nov 30, 2020
1 parent 080a1a0 commit 15564b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 51 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ help:
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

clean :$
clean :
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/apidoc/*
rm -rf $(SOURCEDIR)/apidoc/*
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def find_source():
# sphinx-apidoc for me, since it's easy to forget to regen API docs
# and commit them to my repo after making changes to my code.

PACKAGES = ["asteroid"]
PACKAGES = []


def run_apidoc(_):
Expand Down Expand Up @@ -383,7 +383,7 @@ def setup(app):

# Autodoc config
autodoc_inherit_docstring = False
autodoc_default_flags = ["members", "show-inheritance"]
autodoc_default_options = ["members", "show-inheritance"]
# Order functions by appearance in source (default 'alphabetical')
autodoc_member_order = "bysource"
# autodoc_member_order = "groupwise"
Expand Down
47 changes: 0 additions & 47 deletions docs/source/package_reference/masknn.rst

This file was deleted.

0 comments on commit 15564b5

Please sign in to comment.