8000 Change permalinks in docs headers. · judge0/judge0-python@f87358f · GitHub
[go: up one dir, main page]

Skip to content

Commit f87358f

Browse files
committed
Change permalinks in docs headers.
1 parent 49f61a8 commit f87358f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
import os
1111
import sys
1212

13+
from sphinxawesome_theme.postprocess import Icons
14+
1315
project = "Judge0 Python SDK"
1416
copyright = "2024, Judge0"
1517
author = "Judge0"
@@ -45,6 +47,8 @@
4547

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

50+
# -- Awesome theme config --
51+
html_permalinks_icon = Icons.permalinks_icon
4852

4953
autodoc_default_options = {
5054
"members": True,

0 commit comments

Comments
 (0)
0