Skip to main content

A simple, clean, friendly, and less-configured Sphinx theme

Project description

Queclinkdoc is a simple, clean, and less-configured theme for the Sphinx documentation system developed by Queclink Wireless Solutions Co., Ltd.

We show the global TOC tree of the documentation in a drop-down list at the head of the page, and even if you browse to the end of the page, this TOC tree will still be fixed at the head, so you can jump to other pages at any time.

We recommend using Google Chrome or Firefox to read the generated documentation.

You can make and install queclinkdoc theme like this:

py setup.py sdist
py -m pip install dist\queclinkdoc-x.x.tar.gz

When using the ref directive to jump to the top of the page, for a good experience, please name the label at the top of the page with headlabel- as a prefix, for example:

1 .. _headlabel-page-title:
2
3 Page Title
4 ===========
5

In addition, this theme supports the following custom HTML options:

  • toc_background_color

    Used to specify the background color of the title area at the head of the page, the default is Blue (#2B579A), for example, you can change it to Green like this:

    html_theme_options = {
      'toc_background_color': '#008080',
    }
  • zoomout_asize

    Can be true or false, default is true. The font size of the <a> tag whose first character is a capital letter will be reduced to 0.95em when it is true, and will not be reduced when it is false. You can change it to false like this:

    html_theme_options = {
      'zoomout_asize': 'false',
    }

snapshot.png is a snapshot of the queclinkdoc theme.

If you have any questions or suggestions, please contact us, thanks in advance.

Project details


Release history Release notifications | RSS feed

This version

2.2

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

queclinkdoc-2.2-py2.py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 2 Python 3

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