I use it for my personal projects but feel free to try it out.
Sphinx project template for Akademia Górniczo-Hutnicza im. Stanisława Staszica documents.
- Clone this repository or create your own from the template.
- Edit conf.py and/or other files (I'll put list here). The variables you may want to use are on top of
conf.py
(title/author, e.t.c.) - (Only first time) Generate virtual enviroument
python3 -m virtualenv venv
and activate itsource venv/bin/activate
- Edit
index.md
and/or other files - Use makefile to generate project (
make html
/make latxpdf
)
Pre requirements on Fedora
On fedora you need to install this:
dnf install -y latexmk texlive-cmap texlive-collection-fontsrecommended texlive-fncychap texlive-wrapfig texlive-capt-of texlive-framed texlive-upquote texlive-needspace texlive-tabulary texlive-parskip texlive-oberdiek texlive-cancel texlive-hyphen-polish texlive-pict2e texlive-ellipse.noarch
I'm not sure about other OS - Let me know if you find it out!
Available technologies:
- Markdown files support
- Latex formulas
- Plots check here for more info
Investigation about latex customization
latex_logo
could set logolatex_additional_files
works similar tohtml_static_path
- thsi is about figures naming: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-numfig_format