Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/backend_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manages the installation and versioning of hamlet engines
Engine
_______

.. automodule:: hamlet.backend.engine.engine
.. automodule:: hamlet.backend.engine.engine
:members:

Engine Part
Expand Down
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx_click"
"sphinx_click",
"sphinx_markdown_builder"
]
exclude_patterns = [
'build/*'
]
autodoc_typehints = "description"
intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
2 changes: 1 addition & 1 deletion docs/config_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The config file is the default configuration file to use when configuring hamlet

The following sections are supported in the config file

.. autoclass:: hamlet.command.common.config.ConfigSchema
.. autoclass:: hamlet.command.common.config.ConfigSchema
:members:

engine
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# Docs
"Sphinx",
"sphinx-markdown-builder",
"sphinx-click",
"sphinx-click @ git+https://github.com/hamlet-io/sphinx-click@9f9ff310864e356624fad73a7f9e9c85468ce435",
],
},
include_package_data=True,
Expand Down