Coder Social home page Coder Social logo

kkartik07 / 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.04 MB

Sphinx theme for Wagtail

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

License: MIT License

JavaScript 10.80% Python 5.88% Makefile 7.81% HTML 34.31% SCSS 41.20%

sphinx_wagtail_theme's Introduction

CI status Netlify 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.

sphinx_wagtail_theme's People

Contributors

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