Sphinx theme for LSST user documentation built on Bootstrap and Astropy's theme.
Project description
This is a prototype Sphinx theme for LSST Stack documentation, based on the Astropy Sphinx theme.
Getting started with development
Get the repo:
git clone https://github.com/lsst-sqre/lsst-sphinx-bootstrap-theme cd lsst-sphinx-bootstrap-theme
Install JavaScript dependencies:
npm install -g gulp-cli npm install
Compile the assets and continue watching for changes:
gulp
Codebase orientation
lsst_sphinx_bootstrap_theme/ is the theme’s Python package
static/ is for static assets deployed onto the site. app.css is generated with gulp, so don’t edit it directly.
layout.html is the main Jinja2 template for the HTML. The other HTML files are blocks/partials.
scss/ contains Sass source files that get compiled into lsst_sphinx_bootstrap_theme/static/app.css.
Gulp commands
This project uses Gulp to run its build pipelines. This section describes the gulp commands you can run.
gulp
Use this default command for development. It does the following:
sass (compile Sass)
Watches for changes and recompiles assets as necessary.
gulp scss
Compile Sass into CSS (app.css). We use the following features:
Compile Sass.
Add prefixes to CSS using Autoprefixer (via PostCSS).
Clean and compress the CSS using gulp-clean-css.
You can run this task alone, but usually through gulp (default task).
gulp pretty
Automatically format code. See Code style via Prettier.
Code style via Prettier
This project uses Prettier to make sure the Sass and JavaScript are formatted as you’d expect. Like most projects, we use Prettier nearly as-is. A couple minor exceptions are configured in .prettierrc.yaml.
You can run Prettier two ways:
Manually, by running gulp pretty.
Automatically, by committing code. This is configured as a pre-commit hook in package.json.
Note that Prettier’s pre-commit hook and chunked git commits don’t mix. You’ll want to manually run Prettier before committing a subset of the changed lines in your files.
Release process
Update the change log (CHANGELOG.rst), commit, and marge work to master.
Tag the release using a PEP 440-compatible version string:
git tag -s X.Y.Z -m "X.Y.Z"
Push the tag:
git tags --push
The Travis CI pipeline will create and upload the release to PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lsst-sphinx-bootstrap-theme-0.2.1.tar.gz
.
File metadata
- Download URL: lsst-sphinx-bootstrap-theme-0.2.1.tar.gz
- Upload date:
- Size: 75.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc172202e3ecd00fc8e8d1e16faf777d929b9a3d3191e4fb54f7dcb3decee14c |
|
MD5 | a4ffba9b7e851411516d50f9c3e91742 |
|
BLAKE2b-256 | 2da27165c497a4e5ceb383116542c5e9b57cda85c80612627d8ed63b6eda1859 |