Switch to furo

This commit is contained in:
Nguyễn Gia Phong 2020-09-30 23:43:02 +07:00
parent 9989d7e6d6
commit 3d08700813
6 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Build Site
run: |
python -m pip install Sphinx
python -m pip install Sphinx furo
make html
- name: Configure git

View File

@ -25,9 +25,9 @@ templates_path = ['_templates']
exclude_patterns = []
# Options for HTML output
html_theme = 'alabaster'
html_theme_options = {'fixed_sidebar': True,
'donate_url': 'https://liberapay.com/McSinyx'}
html_theme = 'furo'
html_theme_options = {'css_variables': {
'color-brand-primary': '#436e58', 'color-brand-content': '#436e58'}}
html_title = 'Raphael McSinyx'
html_logo = 'CnX.png'

View File

@ -151,5 +151,6 @@ and was originally hosted on `Python GSoC`_.
checkin20200824
blog20200831
.. _internship: https://summerofcode.withgoogle.com/projects/#5428041779511296
.. _internship:
https://summerofcode.withgoogle.com/archive/2020/projects/6238594655584256
.. _Python GSoC: https://blogs.python-gsoc.org/en/mcsinyxs-blog/

View File

@ -28,7 +28,6 @@ This site is licensed under
a `Creative Commons Attribution-ShareAlike 4.0 International License`_.
.. toctree::
:maxdepth: 2
:hidden:
works

View File

@ -6,7 +6,7 @@
width: 1em;
text-align: center;
text-decoration: none;
margin: 0 0.16em;
margin: 0.2em;
border-radius: 50%;
color: white;
}

View File

@ -7,7 +7,7 @@ Applications
comp
^^^^
comp__ is a mpv__ front-end using curses.
`Curses Omni Media Player`__ is a mpv__ front-end using curses.
.. image::
https://git.disroot.org/McSinyx/comp/raw/branch/bachelor/doc/screenshot.png