We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b915a2 commit ce3435bCopy full SHA for ce3435b
dev/doc/howto_release.md
@@ -6,6 +6,10 @@
6
* if need be, update supported versions of Rocq in .nix/config.nix
7
and regenerate CI config with nix-shell --arg do-nothing true --run "genNixActions"
8
* rerun CI
9
+* run `make refman-html` and push the resulting `_build/default/doc/refman-html`
10
+ as `vX.Y/refman-stdlib` in https://github.com/rocq-prover/doc/
11
+* run `make stdlib-html` and push the resulting `_build/default/doc/stdlib/html`
12
+ as `vX.Y/stdlib` in https://github.com/rocq-prover/doc/
13
* release on github (and add the generated tarball as asset)
14
* once tagging is done push a commit to update doc/sphinx/changes.rst
15
(particularly is_a_released_version)
0 commit comments