Skip to content

Commit 3cfce2f

Browse files
committed
Move included files to an excluded directory
This avoids weird issues with duplicate labels and headings
1 parent e2b9018 commit 3cfce2f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

source/ceph_storage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Ceph Storage
2121
Ceph Ansible
2222
============
2323

24-
.. include:: ceph_ansible.rst
24+
.. include:: include/ceph_ansible.rst
2525

2626
Ceph Troubleshooting
2727
====================
2828

29-
.. include:: ceph_troubleshooting.rst
29+
.. include:: include/ceph_troubleshooting.rst

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# List of patterns, relative to source directory, that match files and
4040
# directories to ignore when looking for source files.
4141
# This pattern also affects html_static_path and html_extra_path.
42-
exclude_patterns = []
42+
exclude_patterns = ['include/*']
4343

4444

4545
# -- Options for HTML output -------------------------------------------------
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)