Automatically add content from .. include:: directives (#6)

This commit is contained in:
Jared Dillard
2025-05-16 14:33:34 -07:00
committed by GitHub
parent 74393bcd2a
commit 2ca3052a2c
9 changed files with 241 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Changelog
=========
0.2.0 (2025-01-01)
------------------
* Added include directive processing feature
* Added maxlines configuration
0.1.0 (2024-01-01)
------------------
* Initial release
+1
View File
@@ -7,6 +7,7 @@ Welcome to Test Project's documentation!
page1
page2
page_with_include
Indices and tables
==================
+8
View File
@@ -0,0 +1,8 @@
Page With Include
===============
This is a test page that includes another file:
.. include:: CHANGELOG.rst
This content comes after the include.