Skip to content

Commit d41cf16

Browse files
committed
Allow nbsphinx errors and fix heading underline
1 parent c939a73 commit d41cf16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
suppress_warnings = ["autoapi.python_import_resolution"]
7474
autoapi_ignore = ["*/cli/*.py"]
7575

76+
nbsphinx_allow_errors = True
77+
7678
napoleon_google_docstring = True
7779
napoleon_include_init_with_doc = False
7880
napoleon_include_private_with_doc = False
@@ -153,7 +155,6 @@ def setup(sphinx):
153155
[('basics', 'Base classes example'),
154156
('cli_usage', 'CLI usage example'),
155157
('data_generation', 'Examples of data generation'),
156-
('evaluation', 'Examples of evaluation'),
157158
('pipeline_usage', 'Examples of pipeline usage')]
158159
)
159160
sphinx.connect("autoapi-skip-member", skip_submodules)

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The ``Research`` section contains an overview of conducted research on dialogue2
2626
This section contains a series of usage examples, including graph generation and visualisation.
2727

2828
:doc:`Examples <examples/index>`
29-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3030

3131
This section contains a series of usage examples in IPython notebooks.
3232

0 commit comments

Comments
 (0)