Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1cafbdf

Browse filesBrowse files
author
Saeid Darvishi
committed
Original files
1 parent c43e068 commit 1cafbdf
Copy full SHA for 1cafbdf

File tree

Expand file treeCollapse file tree

4 files changed

+5
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-2
lines changed
Open diff view settings
Collapse file

‎_build/doctrees/environment.pickle‎

Copy file name to clipboard
65 Bytes
Binary file not shown.
Collapse file

‎_build/html/.buildinfo‎

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 392be2e20bd15459177d98467bfb52c9
3+
config: f7883adbec2c34101eba9bf256375e1a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Collapse file

‎conf.py‎

Copy file name to clipboardExpand all lines: conf.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
import os
1717
import shlex
1818

19+
import sphinx_rtd_theme
20+
1921
# If extensions (or modules to document with autodoc) are in another directory,
2022
# add these directories to sys.path here. If the directory is relative to the
2123
# documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -116,7 +118,7 @@
116118
#html_theme_options = {}
117119

118120
# Add any paths that contain custom themes here, relative to this directory.
119-
#html_theme_path = []
121+
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
120122

121123
# The name for this set of Sphinx documents. If None, it defaults to
122124
# "<project> v<release> documentation".
Collapse file

‎requirements.txt‎

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx_rtd_theme

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.