Skip to content
Snippets Groups Projects
Select Git revision
  • f25e998cbd64d21ab0661d235a804f548a2d73c3
  • master default protected
  • develop
  • v1.0.3-PAGoDA.2
  • v1.0.3
  • v1.0.3-PAGoDA.1
  • v1.0.2
  • v1.0.1
  • v1.0.0
9 results

requirements.docs.in

Blame
  • Forked from EDP / MKDocs Template
    37 commits behind the upstream repository.
    Romain Deville's avatar
    Romain Deville authored
    Update python requirements files to add required dependencies to use the
    mkdocs_template_rdeville and upgrade pinned dependencies.
    dfefc0c7
    History
    requirements.docs.in 1.99 KiB
    ### BEGIN MKDOCS TEMPLATE ###
    ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
    ### Modified content will be overwritten when updating.###
    # DOCUMENTATION REQUIREMENTS
    # ============================================================
    # DESCRIPTION:
    #   Requirements to be able to render documentation locally
    
    # Documentation rendering dependencies
    # ------------------------------------------------------------
    # Project documentation with Markdown.
    # https://pypi.org/project/mkdocs/
    mkdocs
    
    # A Material Design theme for MkDocs
    # https://pypi.org/project/mkdocs-material/
    mkdocs-material>=7.1
    
    # Plugin for adding monorepository support in Mkdocs.
    # https://pypi.org/project/mkdocs-monorepo-plugin/
    mkdocs-monorepo-plugin
    
    # Mkdocs plugin that enables displaying the localized date of the last git
    # modification of a markdown file.
    # https://pypi.org/project/mkdocs-git-revision-date-localized-plugin/
    mkdocs-git-revision-date-localized-plugin
    
    # MkDocs plugin to allow clickable sections that lead to an index page
    # https://pypi.org/project/mkdocs-section-index/
    mkdocs-section-index
    
    # Automatic documentation from sources, for MkDocs.
    # https://pypi.org/project/mkdocstrings/
    mkdocstrings
    
    # This is an extension to Python-Markdown which provides an "include" function.
    # https://pypi.org/project/markdown-include/
    markdown-include
    
    # Unleash the power of MkDocs with macros and variables
    # https://pypi.org/project/mkdocs-macros-plugin/
    mkdocs-macros-plugin
    
    # A mkdocs plugin that lets you exclude files or trees.
    # https://github.com/apenwarr/mkdocs-exclude
    mkdocs-exclude
    
    # Python lib/cli for JSON/YAML schema validation
    # https://pypi.org/project/pykwalify/
    pykwalify
    
    # Markdown extension to wrap images in a lightbox.
    # https://github.com/g-provost/lightgallery-markdown
    git+https://github.com/g-provost/lightgallery-markdown
    
    # A Mermaid graphs plugin for mkdocs
    # https://github.com/fralau/mkdocs-mermaid2-plugin#declaring-the-superfences-extension
    mkdocs-mermaid2-plugin
    ### END MKDOCS TEMPLATE ###