Skip to main content

A GRG sphinx theme to use across GRG projects

Project description

grg-sphinx-theme

A Sphinx theme for GRG projects and its affiliated packages.

Usage

install

pip install grg-sphinx-theme

To start using the theme you need to set the theme in conf.py

html_theme = "grg_sphinx_theme"

To set different navbar-links update the html_theme_options

html_theme_options = {
...
  "navbar_center": ["components/navbar-links.html"],
  "navbar_links": [
     {
        "url": "#",
        "name": "Home",
     },
     {
        "name": "Community",
        "children": [
          {
            "url": "https://www.geeksforgeeks.org/python-ways-to-concatenate-two-lists/",
            "name": "GeeksForGeeks",
            "external": True
          }
        ]
     },
     {
        "name": "Multiple",
        "sections": [
            {
              "name": "First",
              "children": [
                  {
                    "name": "First-Hello",
                    "url": "",
                    "external": True
                  },
                  {
                    "name": "First-How",
                    "url": ""
                  }
              ]
            },
            {
              "name": "Second",
              "children": [
                  {
                    "name": "Second-Hello",
                    "url": ""
                  },
                  {
                    "name": "Second-How",
                    "url": "",
                    "external": True
                  }
              ]
            }
        ]
     }
  ]
...
}

Contributing Guidelines

For contribution we are required to have to maintain the same coding standard and formatting. We recommend using VSCode as an editor and use prettier extension on the VSCode.

For more steps, you can read our Contributing guidelines

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grg_sphinx_theme-0.4.1.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

grg_sphinx_theme-0.4.1-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

Details for the file grg_sphinx_theme-0.4.1.tar.gz.

File metadata

  • Download URL: grg_sphinx_theme-0.4.1.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for grg_sphinx_theme-0.4.1.tar.gz
Algorithm Hash digest
SHA256 75d8c3128eb9ad96a6cf18f0c401ed8a92dc20096af0405d7bceb0073978b63b
MD5 850e6b24b908f8c96a0616cbc7a30e95
BLAKE2b-256 82c774795c17a23fd039088ff8a78138a1eab8dbe113488e3db51c350ef25a4d

See more details on using hashes here.

Provenance

File details

Details for the file grg_sphinx_theme-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for grg_sphinx_theme-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5d9df0a5ab06d55da40a46e01690406a5b089183cff72aac8a240e56f5ec08cd
MD5 42834b61ac8fb04ff41158b7464df430
BLAKE2b-256 04c60e0c2173cbfd85cc7f540dac015156a8e2d81388f0af877ab4b732ae2725

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page