Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Huowl committed Oct 17, 2023
1 parent 959a252 commit 021d317
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.githubpages',
'ephinx.ext.autosummary']
'sphinx.ext.autosummary']

autosummary_generate = True

Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Content
:template: custom-module-template.rst
:recursive:

rostok

Indices and tables
==================

Expand Down
3 changes: 2 additions & 1 deletion docs_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- mypy
- pylint
- tk
- pip
- pygraphviz
- pip
- pip:
Expand All @@ -23,3 +22,5 @@ dependencies:
- open3d
- thegolem==0.3.1
- more-itertools
- sphinx-autoapi
- sphinx-autopackagesummary

0 comments on commit 021d317

Please sign in to comment.