We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfd716 commit 0842184Copy full SHA for 0842184
docs/requirements.txt
@@ -1,2 +1,2 @@
1
sphinx-rtd-theme==3.0.2
2
-sphinx-autodoc-typehints==2.3.0
+sphinx-autodoc-typehints==2.3.0
docs/source/conf.py
@@ -34,6 +34,7 @@
34
35
html_theme = "sphinx_rtd_theme"
36
html_static_path = ["_static"]
37
+html_show_sphinx = False
38
39
sys.path.insert(0, os.path.abspath("../../src/")) # Adjust as needed
40
docs/source/index.rst
@@ -1,13 +1,9 @@
Judge0 Python SDK documentation
===============================
3
4
-.. note::
5
-
6
- This project is under active development.
7
8
.. toctree::
9
:maxdepth: 2
10
:caption: Contents
11
12
api_index
13
- contributing
+ contributing
0 commit comments