All Projects → pallets → Flask Sphinx Themes

pallets / Flask Sphinx Themes

Licence: other
Sphinx themes for Pallets projects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flask Sphinx Themes

Sphinx
Main repository for the Sphinx documentation builder
Stars: ✭ 4,313 (+2529.88%)
Mutual labels:  documentation, sphinx
Hawkmoth
Hawkmoth - Sphinx Autodoc for C
Stars: ✭ 31 (-81.1%)
Mutual labels:  documentation, sphinx
Docs
MinIO Object Storage Documentation
Stars: ✭ 488 (+197.56%)
Mutual labels:  documentation, sphinx
Sphinx Gallery
Sphinx extension for automatic generation of an example gallery
Stars: ✭ 239 (+45.73%)
Mutual labels:  documentation, sphinx
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-59.15%)
Mutual labels:  documentation, flask
Doc2dash
Create docsets for Dash.app-compatible API browser.
Stars: ✭ 380 (+131.71%)
Mutual labels:  documentation, sphinx
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+406.71%)
Mutual labels:  documentation, flask
Documentation
📘 Nextcloud documentation
Stars: ✭ 268 (+63.41%)
Mutual labels:  documentation, sphinx
Flask Apidoc
Adds ApiDoc support to Flask
Stars: ✭ 49 (-70.12%)
Mutual labels:  documentation, flask
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-73.17%)
Mutual labels:  documentation, sphinx
Awesome Sphinxdoc
A curated list of awesome tools for Sphinx Python Documentation Generator
Stars: ✭ 716 (+336.59%)
Mutual labels:  documentation, sphinx
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (-16.46%)
Mutual labels:  documentation, sphinx
Sphinx Automodapi
Sphinx extension for generating API documentation
Stars: ✭ 36 (-78.05%)
Mutual labels:  documentation, sphinx
Docs
Documentation site
Stars: ✭ 128 (-21.95%)
Mutual labels:  documentation, sphinx
Sphinx Tabs
Tabbed views for Sphinx
Stars: ✭ 143 (-12.8%)
Mutual labels:  documentation, sphinx
Awesome Python
파이썬에 대한 간단한 튜토리얼 + 파이썬에 관한 예제 모아두기
Stars: ✭ 158 (-3.66%)
Mutual labels:  flask
Flask Sqlalchemy Tutorial
🐍 ℹ️ Create and manage data in your Flask app via a SQL database.
Stars: ✭ 162 (-1.22%)
Mutual labels:  flask
Codenames
Stars: ✭ 159 (-3.05%)
Mutual labels:  flask
Dash Flask Login
Implementation of Flask-login on top of Dash.
Stars: ✭ 158 (-3.66%)
Mutual labels:  flask
Flask Redis Queue
Example of how to handle background processes with Flask, Redis Queue, and Docker
Stars: ✭ 163 (-0.61%)
Mutual labels:  flask

Flask Sphinx Themes

Modern Pallets themes have moved to https://github.com/pallets/pallets-sphinx-themes. The Flask theme has been updated an included there. This repository is no longer maintained.

This repository contains Sphinx themes for Flask and Flask related projects. To use this theme in your Sphinx documentation:

  1. Install the package using pip: pip install Flask-Sphinx-Themes

  2. Add this to conf.py:

    .. code-block:: python

    html_theme = 'flask'
    

Themes

The following themes exist for html_theme.

======================= =============================================== flask The standard Flask documentation theme for large projects

flask_small Small single page theme. Intended to be used by very small addon libraries for Flask. ======================= ===============================================

Options

The following options can be set with html_theme_options.

======================= =============================================== index_logo Filename of a picture in _static to be used as replacement for the h1 in the index.rst file. Default unset.

index_logo_height Height of the index logo. Default 120px.

touch_icon Filename of a picture in _static to be use as the app icon on Apple devices. Default unset.

github_fork Repository name on GitHub for the "Fork Me" badge. Default unset.

github_ribbon_color Color for the "Fork Me" badge. Default darkblue_121621. ======================= ===============================================

Sidebar Templates

The following sidebar templates can be included in html_sidebars.

======================= =============================================== relations.html Show parent, previous, and next links. ======================= ===============================================

Pygments Style

The theme automatically sets pygments_style to the provided style. Make sure you remove any override from conf.py or set it to flasky.

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].