Skip to content

Commit

Permalink
Merge pull request #14 from yapb/russian-dev
Browse files Browse the repository at this point in the history
Fix build for Russian docs
  • Loading branch information
Vladislav4KZ committed Jan 2, 2024
2 parents 5225fe1 + bc2a997 commit d4fffec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ version: 2
sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements.txt

build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build HTMLZIP, PDF & ePub
formats:
- htmlzip
Expand Down
8 changes: 5 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_css_files = [
'css/fontstyles.css',
]
html_css_files = ['css/fontstyles.css']

# Use the original Read the Docs theme
extensions = ['sphinx_rtd_theme']
html_theme = "sphinx_rtd_theme"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-rtd-theme==2.0.0rc2

0 comments on commit d4fffec

Please sign in to comment.