Commit Graph

7 Commits

Author SHA1 Message Date
cb1632f371 _templates/footer.html: fix link to fdl.html
For webpages not on the root, when the footer is shown, eg.
https://docs.jami.net/en_US/developer/feature-requests.html
the link incorrectly shows
https://docs.jami.net/en_US/developer/fdl.html
not
https://docs.jami.net/en_US/fdl.html

Change-Id: I1b5091a75ab21be7c21162068233ea94b567eee6
2025-01-24 16:38:26 -05:00
671da2381e Fix: use dynamic path for _static
Change-Id: Ic91ea8372f971b23bc71eadfc2eeab4387b7d7db
2023-08-24 17:55:03 -04:00
fc52996251 Various changes
1. Remove the block for languages selections on index page
2. Make copyright year in the footer dynamic
3. Add favicon

Change-Id: If62308d1544670ebe4d6baedfb75ebb2ddeb3157
2023-08-23 11:55:02 -04:00
8ce181bfbf Add dropdown for selecting languages
Change-Id: If40c46320cf3db24b4b94fb9982f5fa589a0011d
2023-08-18 12:54:25 -04:00
a3d0e1c521 Enable translations (via GNU gettext, sphinx-intl, and transifex)
Change-Id: I4335d5c6e35b8c6dde1643569c13cfdf3572c534
2022-09-15 09:10:41 -04:00
cfd1773327 License the docs under GFDLv1.3+
Add a copy of the GNU Free Documentation License version 1.3, and
license the Jami manuals and documentation under the terms of the
GNU Free Documentation License, Version 1.3 or any later version
published by the Free Software Foundation; with no Invariant Sections,
no Front-Cover Texts, and no Back-Cover Texts.

Also, use the GNU All-Permissive License for the Makefile, conf.py,
and _templates/footer.html files since these files are rather small
and/or trivial.

GitLab: #3
Change-Id: If9f37afd66b9f415a9a4ac31ac037b9727fbb2e4
2022-07-11 11:39:24 -04:00
882fdab1ed Initial Sphinx support
Shout out to Nick Econopouly (wrycode) for earlier working demo[1] of
porting the docs from GitLab wiki to Sphinx, which I expect will be
invaluable as we go forward with gradually porting increasingly more
parts of the docs to Sphinx.

[1] https://git.wrycode.com/wrycode/jami-docs/log.html

Change-Id: I5cd7c8142e9639a90df76da887c0f8481e3db405
2022-02-14 11:28:55 -05:00