All Projects → mdn → sphinx-theme

mdn / sphinx-theme

Licence: MPL-2.0 License
(Deprecated) Make Sphinx docs look like MDN

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to sphinx-theme

Readthedocs.org
The source code that powers readthedocs.org
Stars: ✭ 6,802 (+25092.59%)
Mutual labels:  sphinx, sphinx-doc
sphinxcontrib-django
This is a sphinx extension which improves the documentation of Django apps.
Stars: ✭ 37 (+37.04%)
Mutual labels:  sphinx, sphinx-doc
docs-italia-theme
Tema per i documenti pubblicati su Docs Italia
Stars: ✭ 15 (-44.44%)
Mutual labels:  sphinx, readthedocs
MapServer-documentation
Source repository for the MapServer documentation, for the live website. Please submit pull requests to the 'main' branch.
Stars: ✭ 29 (+7.41%)
Mutual labels:  sphinx, sphinx-doc
sphinx-server
Sphinx documentation Docker image with Python server and support for PlantUML and more.
Stars: ✭ 62 (+129.63%)
Mutual labels:  sphinx, sphinx-doc
gui-python-gtk
Repositório criado para documentar e centralizar conteúdos, dicas, tutoriais e exemplos de código sobre a construção de interfaces com a linguagem de programação Python (PyGObject) e o toolkit gráfico Gtk 4.
Stars: ✭ 85 (+214.81%)
Mutual labels:  sphinx, sphinx-doc
panda3d-docs
Sphinx documentation for Panda3D
Stars: ✭ 37 (+37.04%)
Mutual labels:  sphinx, sphinx-doc
sphinx-themes.org
A showcase for Sphinx documentation themes
Stars: ✭ 114 (+322.22%)
Mutual labels:  sphinx, sphinx-theme
roll.urown.net
How to roll your own private self-hosted internet services.
Stars: ✭ 63 (+133.33%)
Mutual labels:  sphinx, readthedocs
sphinx press theme
A Sphinx-doc theme based on Vuepress
Stars: ✭ 113 (+318.52%)
Mutual labels:  sphinx, sphinx-theme
sphinx rtd dark mode
Adds a toggleable dark mode to the Read the Docs theme for Sphinx.
Stars: ✭ 29 (+7.41%)
Mutual labels:  sphinx, sphinx-doc
sphobjinv
Toolkit for manipulation and inspection of Sphinx objects.inv files
Stars: ✭ 53 (+96.3%)
Mutual labels:  sphinx, sphinx-doc
openapi
OpenAPI (fka Swagger) spec renderer for Sphinx.
Stars: ✭ 78 (+188.89%)
Mutual labels:  sphinx
books
A collection of online books for data science, computer science and coding!
Stars: ✭ 29 (+7.41%)
Mutual labels:  sphinx
sphinx-rest-cheatsheet
A compact cheat sheet for writing documentation string for Sphinx, with focus on Python.
Stars: ✭ 17 (-37.04%)
Mutual labels:  sphinx
docs
Jina V1 Official Documentation. For the latest one, please check out https://docs.jina.ai
Stars: ✭ 21 (-22.22%)
Mutual labels:  sphinx-doc
lazylatex
Because LaTeX shouldn't be boring! 🐠 LaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,.
Stars: ✭ 16 (-40.74%)
Mutual labels:  readthedocs
sphinx-autorun
Sphinx extension to execute the code output it into a document.
Stars: ✭ 14 (-48.15%)
Mutual labels:  sphinx-doc
Sphinx-Dipper
Sphinx Custom Kernel for Mi 8 (Dipper)
Stars: ✭ 17 (-37.04%)
Mutual labels:  sphinx
matlabdomain
A Sphinx extension for documenting Matlab code
Stars: ✭ 34 (+25.93%)
Mutual labels:  sphinx

Mozilla Developer Network Sphinx Theme

Warning: This theme is broken, and won't be fixed. For details, see: bug 1361729

This is a version of the Mozilla Developer Network theme, for the Sphinx documentation engine. It was used for the Kuma development documentation.

Here is how I use it

To use it, you need to clone it somewhere in your Sphinx's architecture:

$ pip install mdn-sphinx-theme

and to configure Sphinx to use it. In your conf.py file:

import mdn_theme

html_theme_path = [mdn_theme.get_theme_dir()]
html_theme = 'mdn'

Take care and remove the pygments_style configuration, as it may not be of the better taste with the mozilla's theme.

Any contributions are of course welcome!

Readthedocs

Add a pip requirements file to your project and have the following packages listed there:

Sphinx
mdn-sphinx-theme

Then configure your Readthedocs project to use that requirement file before rendering your project's documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].