Skip to content

Commit

Permalink
DOCS: Add recommendation for sphinx-design (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Apr 27, 2022
1 parent 4a310eb commit 44bab23
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ repos:
- id: check-manifest

- repo: https://github.com/psf/black
rev: 20.8b1
rev: "22.3.0"
hooks:
- id: black

- repo: https://github.com/executablebooks/web-compile
rev: v0.2.0
rev: v0.2.2
hooks:
- id: web-compile
files: >-
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Code style: black][black-badge]][black-link]
[![PyPI][pypi-badge]][pypi-link]

🚨This repository is not actively maintained. Use [`sphinx-design`](https://github.com/executablebooks/sphinx-design) instead! See [the migration guide](https://sphinx-design.readthedocs.io/en/latest/get_started.html#migrating-from-sphinx-panels) and [this github issue](https://github.com/executablebooks/sphinx-design/issues/51) for more information.🚨

A sphinx extension for creating document components optimised for HTML+CSS.

- The `panels` directive creates panels of content in a grid layout, utilising both the Bootstrap 4 [grid system](https://getbootstrap.com/docs/4.0/layout/grid/), and [cards layout](https://getbootstrap.com/docs/4.0/components/card/).
Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
sphinx-panels
=============

.. warning::

This repository is not actively maintained.
Use `sphinx-design <https://github.com/executablebooks/sphinx-design>`_ instead!
See `the migration guide <https://sphinx-design.readthedocs.io/en/latest/get_started.html#migrating-from-sphinx-panels>`_ and `this github issue <https://github.com/executablebooks/sphinx-design/issues/51>`_ for more information.

A sphinx extension for creating panels in a grid layout or as drop-downs.

- The ``panels`` directive creates panels of content in a grid layout, utilising both the bootstrap 4
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
],
extras_require={
"themes": [
# ref: https://github.com/sphinx-doc/sphinx/issues/10291
"Jinja2<3.1",
"sphinx-rtd-theme",
"pydata-sphinx-theme~=0.4.0",
"sphinx-book-theme~=0.0.36",
Expand Down

0 comments on commit 44bab23

Please sign in to comment.