Coder Social home page Coder Social logo

salvo-polizzi / sphinx-wagtail-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wagtail/sphinx-wagtail-theme

0.0 0.0 0.0 21.25 MB

Sphinx theme for Wagtail

Home Page: https://sphinx-wagtail-theme.readthedocs.io/

License: MIT License

JavaScript 11.69% Python 5.79% Makefile 7.69% HTML 33.72% SCSS 41.12%

sphinx-wagtail-theme's Introduction

CI status PyPI version License: MIT

Sphinx Wagtail theme contains all files required to build a Sphinx extension that provides the theme.

Installation

pip install sphinx-wagtail-theme

Usage

Select the "Sphinx Wagtail theme" in the conf.py file of a Sphinx

# include the theme in the list of extensions to be loaded
extensions = ['sphinx_wagtail_theme', …]

# select the theme
html_theme = 'sphinx_wagtail_theme'
  • See the documentation for more usage instructions

Development

Getting started

Release process

Checklist:

  • CONTRIBUTORS.md is updated
  • CHANGELOG.md is updated
  • setup.cfg is updated (see version)
  • Everything is committed, clean checkout
  • ~/.pypirc has a username and password (token)
  • Add a git tag at the release commit with the format X.Y.Z
  • Create a GitHub release against that tag with the title format vX.Y.Z

With an active virtual environment:

python -m pip install --upgrade -r requirements.txt
make clean
make clean-frontend
npm ci
npm run build
prerelease
git tag -a N.N.N -m "N.N.N"
git push origin N.N.N
python -m build
python -m twine upload --repository pypi dist/*
postrelease

Credits

Sphinx Wagtail theme is based on Sphinx Typo3 theme which is based on t3SphinxThemeRtd which is based on the Read the Docs Sphinx theme.

Thank you to Vercel for hosting the theme’s preview sites.

sphinx-wagtail-theme's People

Contributors

marble avatar snide avatar benjaminkott avatar tbrlpld avatar ericholscher avatar allcaps avatar lb- avatar thibaudcolas avatar vsalvino avatar danielsiepmann avatar ehough avatar stormheg avatar tony avatar paarthagarwal avatar dependabot[bot] avatar josefglatz avatar chebee7i avatar agjohnson avatar danieloaks avatar titilambert avatar ivoz avatar cloudops-wstevens avatar gl3n avatar xperseguers avatar kami avatar sypets avatar jodal avatar mohammadareeb95 avatar xuhdev avatar westurner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.