This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/doc/styles.rst
Jean Abou-Samra e589fee754
Replace Makefile with tox (#2331)
Porting notes:

- tox handles Python environments automatically. Remove a bit of PYTHONPATH
  manipulation (that was using Python 2 code which always failed!)

- No `clean` target: `git clean -xdf` should fit the bill.

- No `reindent` target: the `reindent.py` script it was using does not
  exist (anymore?).

- No equivalent of tox-test-coverage, which was an artifact of the past,
  using nose.  Instead, the test-coverage target only is ported, which
  uses pytest, and works.
2023-02-23 13:44:22 +01:00

6 lines
224 B
ReStructuredText

:orphan:
This file is overridden by _templates/styles.html and just exists to allow the
Styles gallery to be reliably linked from the documentation
(since its location varies between the ``html`` and ``dirhtml``
builders).