Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit a32aa430 authored by Achim Gsell's avatar Achim Gsell
Browse files

use stylesheed 'readthedocs.css', minor fix

the backend asciidoctor-katex is not needed here
parent abc0c6b9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ sed -i.bak "s/@REVDATE@/${revdate}/" Manual.asciidoc
"${mydir}/fix_latexmath" || exit $?
asciidoctor -r asciidoctor-katex -d book "${input_fname}"
asciidoctor -a stylesheet=./stylesheets/readthedocs.css -d book "${input_fname}"
# revert the change we did above
git checkout -- Manual.asciidoc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment