Skip to content

Commit

Permalink
docs: remove logger & typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjkil4 committed Aug 2, 2024
1 parent db9aea0 commit e541cfc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
3 changes: 2 additions & 1 deletion doc/source/autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
doc_src_path = os.path.dirname(__file__)
janim_path = os.path.abspath(os.path.join(doc_src_path, '../../janim'))

generate_autodoc_exclude = ['janim.constants', 'janim.cli', 'janim.examples', 'janim.locale']
generate_autodoc_exclude = ['janim.constants', 'janim.logger', 'janim.typing',
'janim.cli', 'janim.examples', 'janim.locale']
force_generate_autodoc = False

extra_include = {
Expand Down
8 changes: 0 additions & 8 deletions doc/source/janim/logger.rst

This file was deleted.

2 changes: 0 additions & 2 deletions doc/source/janim/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ janim
constants
exception
imports
logger
typing
8 changes: 0 additions & 8 deletions doc/source/janim/typing.rst

This file was deleted.

0 comments on commit e541cfc

Please sign in to comment.