Skip to content

Commit

Permalink
Merge pull request #130 from evo-company/use-furo-theme
Browse files Browse the repository at this point in the history
use furo theme for docs
  • Loading branch information
kindermax committed Sep 10, 2023
2 parents 9e673d1 + 5111602 commit 114926e
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/basics.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Ⅰ - Basics
==========
Basics
======

Here we will try to describe our first graph. To begin with we will need to
setup an environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

templates_path = []

html_theme = 'sphinx_rtd_theme'
html_theme = 'furo'
html_static_path = ['_static']
html_theme_options = {
'display_version': False,
Expand Down
4 changes: 2 additions & 2 deletions docs/database.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Ⅱ - Using Database :sup:`with SQLAlchemy`
=========================================
Using Database :sup:`with SQLAlchemy`
=====================================

Hiku provides support for loading data from SQL databases using SQLAlchemy_
library, but Hiku doesn't requires to use it's ORM layer, it requires only Core
Expand Down
4 changes: 2 additions & 2 deletions docs/subgraph.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Ⅲ - Building Two-Level Graph
============================
Building Two-Level Graph
========================

Two-level graph is a way to express business-logic once and provide it
on-demand.
Expand Down
64 changes: 63 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 114926e

Please sign in to comment.