Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

readthedocs-sphinx-ext

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readthedocs-sphinx-ext

Sphinx extension for Read the Docs overrides

  • 2.2.5
  • PyPI
  • Socket score

Maintainers
5

Read the Docs Sphinx Extensions

.. image:: https://img.shields.io/pypi/v/readthedocs-sphinx-ext.svg :target: https://pypi.python.org/pypi/readthedocs-sphinx-ext :alt: PyPI Version .. image:: https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext.svg?style=svg :target: https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext :alt: Build Status

This module adds extensions that make Sphinx easier to use. Some of them require Read the Docs features, others are just code that we ship and enable during builds on Read the Docs.

We currently ship:

  • An extension for building docs like Read the Docs
  • template-meta - Allows users to specify template overrides in per-page context.

Releasing

#. Increment the version in setup.py #. Tag the release in git: git tag $NEW_VERSION. #. Push the tag to GitHub: git push --tags origin main #. Upload the package to PyPI:

.. code:: bash

    $ python -m pip install --upgrade pip build twine
    $ rm -rf dist/
    $ python -m build --sdist --wheel
    $ twine upload --username=__token__ --password=$PYPI_TOKEN dist/*

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc