Skip to content

Commit fc3f75b

Browse files
committed
Build README.md as part of readthedocs
so that the documenation is not empty.
1 parent 7545e92 commit fc3f75b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
# List of patterns, relative to source directory, that match files and
4747
# directories to ignore when looking for source files.
4848
# This pattern also affects html_static_path and html_extra_path.
49-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.venv/*',
50-
'README.md']
49+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.venv/*']
5150

5251

5352
# -- Options for HTML output -------------------------------------------------

doc/index.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Welcome to ipa-tuura's documentation!
1414
:maxdepth: 2
1515
:caption: Contents:
1616

17+
../README.md
1718

1819

19-
Indices and tables
20-
==================
21-
22-
* :ref:`genindex`
23-
* :ref:`modindex`
24-
* :ref:`search`

0 commit comments

Comments
 (0)