Coder Social home page Coder Social logo

swifilaboroka / 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 23.23 MB

Sphinx theme for Wagtail

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

License: MIT License

JavaScript 11.75% Python 5.78% Makefile 7.68% HTML 34.01% SCSS 40.79%

sphinx_wagtail_theme's Introduction

Sphinx Wagtail theme

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 and a GitHub release once completed

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

agjohnson avatar alexwlchan avatar allcaps avatar benjaminkott avatar chebee7i avatar cloudops-wstevens avatar danieloaks avatar danielsiepmann avatar dependabot[bot] avatar ehough avatar ericholscher avatar gl3n avatar ivoz avatar jodal avatar josefglatz avatar kami avatar lb- avatar marble avatar mohammadareeb95 avatar paarthagarwal avatar snide avatar stormheg avatar sypets avatar tbrlpld avatar thibaudcolas avatar titilambert avatar tony avatar vsalvino avatar xperseguers avatar xuhdev 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.