10000 Add html_show_sphinx · judge0/judge0-python@0842184 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0842184

Browse files
Add html_show_sphinx
1 parent dbfd716 commit 0842184

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sphinx-rtd-theme==3.0.2
2-
sphinx-autodoc-typehints==2.3.0
2+
sphinx-autodoc-typehints==2.3.0

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
html_theme = "sphinx_rtd_theme"
3636
html_static_path = ["_static"]
37+
html_show_sphinx = False
3738

3839
sys.path.insert(0, os.path.abspath("../../src/")) # Adjust as needed
3940

docs/source/index.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
Judge0 Python SDK documentation
22
===============================
33

4-
.. note::
5-
6-
This project is under active development.
7-
84
.. toctree::
95
:maxdepth: 2
106
:caption: Contents
117

128
api_index
13-
contributing
9+
contributing

0 commit comments

Comments
 (0)
0