We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a6013f + a357f7d commit 780f301Copy full SHA for 780f301
doc/sphinx/README.template.rst
doc/sphinx/conf.py
@@ -146,9 +146,7 @@ def setup(app):
146
'.DS_Store',
147
'introduction.rst',
148
'refman-preamble.rst',
149
- 'README.rst',
150
- 'README.gen.rst',
151
- 'README.template.rst'
+ 'README.rst'
152
] + ["*.{}.rst".format(fmt) for fmt in SUPPORTED_FORMATS]
153
154
# The reST default role (used for this markup: `text`) to use for all
doc/sphinx/dune
@@ -1,10 +1 @@
1
(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
9
- (alias refman-html)
10
- (action (diff README.rst README.gen.rst)))
0 commit comments