Skip to content

Commit 780f301

Browse files
Merge PR #20749: End the reign of terror of README.template.rst
Reviewed-by: proux01 Co-authored-by: proux01 <proux01@users.noreply.github.com>
2 parents 1a6013f + a357f7d commit 780f301

File tree

5 files changed

+44
-667
lines changed

5 files changed

+44
-667
lines changed

doc/sphinx/README.template.rst

Lines changed: 0 additions & 321 deletions
This file was deleted.

doc/sphinx/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ def setup(app):
146146
'.DS_Store',
147147
'introduction.rst',
148148
'refman-preamble.rst',
149-
'README.rst',
150-
'README.gen.rst',
151-
'README.template.rst'
149+
'README.rst'
152150
] + ["*.{}.rst".format(fmt) for fmt in SUPPORTED_FORMATS]
153151

154152
# The reST default role (used for this markup: `text`) to use for all

doc/sphinx/dune

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
11
(dirs :standard _static _templates)
2-
3-
(rule
4-
(targets README.gen.rst)
5-
(deps (source_tree ../tools/coqrst) README.template.rst)
6-
(action (run ../tools/coqrst/regen_readme.py %{targets})))
7-
8-
(rule
9-
(alias refman-html)
10-
(action (diff README.rst README.gen.rst)))

0 commit comments

Comments
 (0)