Minoo is a simple Sphinx theme with supports right-to-left languages such as Persian.
- Material Colors
- RTL language
- Responsive
- Google Analytics id
- Social Links and Avatar
- Free
Installing from PyPI:
$ pip install sphinx_minoo_theme
Edit the Sphinx configuration file
conf.py
# At the top. import sphinx_minoo_theme # ... html_theme = "sphinx_minoo_theme" html_theme_path = [sphinx_minoo_theme.get_html_theme_path()]
Copy
sphinx_minoo_theme/sphinx_minoo_theme
from repository into your documentation at_templates
folder.Edit the Sphinx configuration file
conf.py
# ... html_theme = "sphinx_minoo_theme" html_theme_path = ["_templates"]
- Put your avatar image file into
static
folder withavatar.jpg
name.
Edit the theme configuration file theme.conf
Change direction:
direction = ltr
for "right-to-left" languages set on rtl
Add your Google Analytics id:
analytics_id = UA-XXXXX-X
Add your website address and social links:
website = facebook = googleplus = linkedin = twitter = github = https://github.com/saeiddrv/SphinxMinooTheme gitlab = bitbucket =
Whichever you don't want, left empty!
Edit the glossary.html
file
- In this way, you can change the theme words!
sphinx_rtd_theme helped me build this theme.