Skip to content

Commit a5384ba

Browse files
Add basic structure
1 parent f85db16 commit a5384ba

34 files changed

+189
-32
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
88
"sphinx>=8.2.3",
9+
"sphinxawesome-theme>=5.3.2",
910
]

source/bug_reports.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Bug Reports
2+
===========

source/company.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Company
2+
=======
3+
4+
.. code-block:: text
5+
:caption: Company Information
6+
7+
Name: Judge0 d.o.o.
8+
Address: Ulica Franje Petračića 4, 10110 Zagreb, Croatia
9+
VAT ID: HR37135718819
10+
MBPS: 05860113
11+
MBS: 081541215
12+
IBAN: HR5623600001103100822
13+
SWIFT: ZABAHR2X
14+
Članovi društva: Herman Zvonimir Došilović
15+
Broj upisa u sud. reg.: Tt-23/41858-2, Trgovački sud u Zagrebu
16+
Temeljni kapital: 2.500,00 EUR uplaćen u cijelosti

source/conf.py

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1-
# Configuration file for the Sphinx documentation builder.
2-
#
3-
# For the full list of built-in configuration values, see the documentation:
4-
# https://www.sphinx-doc.org/en/master/usage/configuration.html
5-
6-
# -- Project information -----------------------------------------------------
7-
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1+
from sphinxawesome_theme.postprocess import Icons
82

93
project = 'Judge0 Docs'
104
copyright = '2025, Judge0 d.o.o.'
115
author = 'Judge0 d.o.o.'
126

13-
# -- General configuration ---------------------------------------------------
14-
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
15-
167
extensions = []
178

189
templates_path = ['_templates']
1910
exclude_patterns = []
2011

21-
22-
23-
# -- Options for HTML output -------------------------------------------------
24-
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
25-
26-
html_theme = 'alabaster'
12+
html_title = project
13+
html_theme = 'sphinxawesome_theme'
14+
html_permalinks_icon = Icons.permalinks_icon
2715
html_static_path = ['_static']
16+
html_show_sphinx = False

source/contribute.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Contribute
2+
==========
3+
4+
Add your content using ``reStructuredText`` syntax. See the `reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_ documentation for details.

source/faq.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FAQ
2+
===

source/index.rst

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
.. Judge0 Docs documentation master file, created by
2-
sphinx-quickstart on Thu Nov 13 23:13:23 2025.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
5-
6-
Judge0 Docs documentation
7-
=========================
8-
9-
Add your content using ``reStructuredText`` syntax. See the
10-
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
11-
documentation for details.
12-
1+
Judge0 Docs
2+
===========
133

144
.. toctree::
15-
:maxdepth: 2
16-
:caption: Contents:
17-
5+
Introduction <self>
6+
products/index
7+
support
8+
bug_reports
9+
security_advisories
10+
faq
11+
contribute
12+
company
13+
payment_methods
14+
Community <https://discord.judge0.com>
15+
GitHub <https://github.com/judge0>

source/payment_methods.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Payment Methods
2+
===============

source/products/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Products
2+
========
3+
4+
.. toctree::
5+
Introduction <self>
6+
judge0/index
7+
judge0_ide/index

source/products/judge0/flavors.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Flavors
2+
=======

0 commit comments

Comments
 (0)