Skip to content

Commit

Permalink
docs: Tweak documentation (#207)
Browse files Browse the repository at this point in the history
As well as set proper dark theme for the docs.
  • Loading branch information
playpauseandstop committed Nov 6, 2021
1 parent 7552ad0 commit 4e9800c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ clean: clean-python

distclean: clean distclean-python

docs: $(DOCS_DIR)/requirements.txt $(DOCS_DIR)/requirements-sphinx.txt
docs: install $(DOCS_DIR)/requirements.txt $(DOCS_DIR)/requirements-sphinx.txt
$(PYTHON_BIN) -m pip install -r $(DOCS_DIR)/requirements-sphinx.txt
$(PYTHON_BIN) -m sphinx_autobuild --host $(DOCS_HOST) --port $(DOCS_PORT) -b html $(DOCS_DIR)/ $(DOCS_DIR)/_build/

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ As well as bunch other utilities to build effective server applications with
<https://github.com/playpauseandstop/rororo>`_

.. _`OpenAPI 3`: https://spec.openapis.org/oas/v3.0.3
.. _`aiohttp.web`: https://aiohttp.readthedocs.io/en/stable/web.html
.. _`aiohttp.web`: https://docs.aiohttp.org/en/stable/web.html
.. _`Python`: https://www.python.org/

Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=========
ChangeLog
Changelog
=========

.. include:: ../CHANGELOG.rst
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
language = "en"
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
pygments_style = "sphinx"
pygments_dark_style = "monokai"

html_theme = "furo"
html_theme_options = {}
html_static_path = ["_static"]
html_title = project

htmlhelp_basename = "rororodoc"
latex_elements = {}
Expand Down

0 comments on commit 4e9800c

Please sign in to comment.