Automatically add content from .. include:: directives (#6)
This commit is contained in:
@@ -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
|
||||
@@ -7,6 +7,7 @@ Welcome to Test Project's documentation!
|
||||
|
||||
page1
|
||||
page2
|
||||
page_with_include
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user