-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature documentation #152
Conversation
author = 'Enrico Tassi' | ||
|
||
# The full version, including alpha/beta/rc tags | ||
release = '1.15.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should read this from git describe --exact-match
(or "master"
), see the prev comment
something went wrong with the merge of master in this branch. |
The old branch is at |
Yes, would love to. |
Fine to me ! |
- Embed dune build $(DUNE_OPTS) @doc output - Add a regexp based validation mechanism - Connection with gh-pages, through sphinx.ext.githubpages
Test with:
Review doc in
docs/build/html
Review doc in local branch
gh-pages
If ok, uncomment pushing in root's Makefile target
doc-publish
, therelease
target should then be ok.