Skip to content

Commit

Permalink
Change theme to furo (#428)
Browse files Browse the repository at this point in the history
This reuses the work done on the xdg-desktop-portal repo, with some slight changes here and there.
  • Loading branch information
razzeee committed Jan 9, 2024
1 parent cbc5204 commit d63b3ce
Show file tree
Hide file tree
Showing 10 changed files with 496 additions and 2,047 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ The docs are written in `reStructuredText
Building
--------

To build the docs locally, first install ``sphinx`` and ``sphinx_rtd_theme``.
To build the docs locally, first install ``sphinx``, ``furo`` and
``sphinx-copybutton``.
On Fedora this can be with::

sudo dnf install python3-sphinx python3-sphinx_rtd_theme
sudo dnf install python3-sphinx python3-furo python-sphinx-copybutton

On Debian this can be with::

sudo apt install python3-sphinx python3-sphinx-rtd-theme
sudo apt install python3-sphinx python3-furo python-sphinx-copybutton

Then run ``make html`` in the ``docs`` directory.

Expand Down
Binary file removed docs/_static/Inter.var.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_static/bullet.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d63b3ce

Please sign in to comment.