You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinx-toolbox-3.9.0-1.lbn36.noarch
Box of handy tools for Sphinx
RPMPackage python3-sphinx-togglebutton-0.3.2-1.lbn36.noarch
sphinx-togglebuttonA small sphinx extension to make it possible to add a "toggle button" to sections of your page. This allows you to:- Collapse Sphinx admonitions (notes, warnings, etc) so that their content is hidden until users click a toggle button. - Collapse arbitrary chunks of content on your page with a collapse directive.![Demonstration of Sphinx Togglebutton]( Installation You can...
RPMPackage python3-sphinx-theme-py3doc-enhanced-2.4.0-7.lbn36.noarch
Theme based on the theme of https://docs.python.org/3/ with some responsive enhancements.
RPMPackage python3-sphinx-theme-builder+cli-0.2.0-0.11.b2.lbn36.noarch
This is a metapackage bringing in cli extras requires for python3-sphinx-theme-builder. It makes sure the dependencies are installed.
RPMPackage python3-sphinx-theme-builder-0.2.0-0.11.b2.lbn36.noarch
A tool for authoring Sphinx themes with a simple (opinionated) workflow.
RPMPackage python3-sphinx-theme-alabaster-0.7.16-5.lbn36.noarch
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It began as a third-party theme, and is still maintained separately, but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected as the default theme.
RPMPackage python3-sphinx-testing-1.0.1-1.lbn36.noarch
testing utility classes and functions for Sphinx extensions
RPMPackage python3-sphinx-tabs-doc-3.4.7-1.lbn36.noarch
HTML documentation for sphinx-tabs.
RPMPackage python3-sphinx-tabs-3.4.1-1.lbn36.noarch
Create tabbed content in Sphinx documentation when building HTML.
RPMPackage python3-sphinx-subfigure-0.2.4-1.lbn36.noarch
sphinx-subfigure A sphinx extension to create figures with multiple images: Provides a simple format for complex image layouts. Supports HTML fully, with responsive layouts, for different screen sizes LaTeX is supported, except for images that span multiple rows. degrades gracefully for other formats. Supports figure numbering and referencing. Supports image sub-captions, via alt text. Usage Install sphinx-subfigure with pip install sphinx-subfigure, then add sphinx_subfigure to your conf.py file's extensions variable: extensions = ["sphinx_subfigure"] numfig = True # optional Now add a subfigure directive to your document: .. subfigure:: AA|BC :layout-sm: A|B|C :subcaptions: above :name: myfigure :class-grid: outline .. image:: imageA.png :alt: Image A .. image:: imageB.png :alt: Image B .. image:: imageC.png :alt: Image C Figure Caption Each image is automatically assigned an area identifier (A, B, C, etc.). Layouts are formed
RPMPackage python3-sphinx-sitemap-2.2.0-2.fc36.noarch
This package contains a Sphinx extension to generate multiversion and multilanguage sitemaps.org-compliant sitemaps for the HTML version of your Sphinx documentation.
RPMPackage python3-sphinx-simplepdf-1.6.0-1.lbn36.noarch
Sphinx-SimplePDF A Sphinx extension to build easily PDFs from a Sphinx project.For more details, please read the documentation under - 1. pip install sphinx-simplepdf. 2. make simplepdf inside your Sphinx documentation project. 3. Open your PDF under _build/simplepdf.
RPMPackage python3-sphinx-rtd-theme-1.0.0-1.lbn36.noarch
This Sphinx theme was designed to provide a great reader experience for documentation users on both desktop and mobile devices. This theme is used primarily on Read the Docs but can work with any Sphinx project. You can find a working demo of the theme in the theme documentation
RPMPackage python3-sphinx-reredirects-0.1.1-1.lbn36.noarch
sphinx-reredirects sphinx-reredirects is the extension for Sphinx documentation <://www.sphinx-doc.org/>_ projects that handles redirects for moved pages. It generates HTML pages with meta refresh redirects to the new page location to prevent 404 errors if you rename or move your documents.
RPMPackage python3-sphinx-removed-in-0.2.1-8.fc36.noarch
This is a Sphinx extension which recognizes the versionremoved and removed-in directives.
RPMPackage python3-sphinx-pytest-0.1.1-1.lbn36.noarch
Helpful pytest fixtures for sphinx extensions. This extension provides pytest fixtures to "simulate" converting some source text to docutils AST at different stages; before transforms, after transforms, etc.
RPMPackage python3-sphinx-prompt-1.9.0-1.lbn36.noarch
Sphinx Prompt Initialize In conf.py add extensions += ['sphinx_prompt']. Syntax A default prompt can be created using a prompt directive: .. prompt:: <statements> The prompt can be further customized in one of two ways: Using positional arguments: .. prompt:: [<language> [<prompts> [<modifiers>]]] <statements> Using options: .. prompt:: :language: <language> :prompts: <prompts> :modifiers: <modifiers> <statements> While these constructs generate the same output, the positional arguments cannot be used if you want to use a prompt that contains spaces. This is a limitation of reStructuredText. Positional arguments can be mixed with options if they don't overlap (so if you pass prompts using options, you can only pass the language using positional arguments): .. prompt:: bash :prompts: (cool_project) $
RPMPackage python3-sphinx-press-theme-0.5.1-15.lbn36.noarch
A modern responsive theme for python's Sphinx documentation generator. See it in action on Press Theme own website. This theme is based on VuePress.
RPMPackage python3-sphinx-panels-0.6.0-2.fc36.noarch
A sphinx extension for creating document components optimized for HTML+CSS. - The panels directive creates panels of content in a grid layout, utilizing both the Bootstrap 4 grid system, and cards layout. - The link-button directive creates a click-able button, linking to a URL or reference, and can also be used to make an entire panel click-able. - The dropdown directive creates toggle-able content. - The tabbed directive creates tabbed content. - opticon and fa (fontawesome) roles allow for inline icons to be added.
RPMPackage python3-sphinx-notfound-page-1.1.0-1.lbn36.noarch
Create a custom 404 page with absolute URLs hardcoded