learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
779 stars 647 forks source link

Docs: Remove legacy stuff from conf.py #12563

Closed benjaoming closed 1 month ago

benjaoming commented 1 month ago

I didn't notice this while I was fixing the jquery issue... but it originated from having this legacy setup.

The reason that sphinxcontrib.jquery is added to extentions is because the html_theme_path definition (from old old instructions) disables some other things that the theme adds (like jquery).

Can wait for the docs to build, and it should probably still work :+1:

github-actions[bot] commented 1 month ago

Build Artifacts

Asset type Download link
PEX file kolibri-0.17.0a0.dev0_git.90.g24f6191d.pex
Windows Installer (EXE) kolibri-0.17.0a0.dev0+git.90.g24f6191d-windows-setup-unsigned.exe
Debian Package kolibri_0.17.0a0.dev0+git.90.g24f6191d-0ubuntu1_all.deb
Mac Installer (DMG) kolibri-0.17.0a0.dev0+git.90.g24f6191d.dmg
Android Package (APK) kolibri-0.17.0a0.dev0+git.90.g24f6191d-0.1.4-debug.apk
TAR file kolibri-0.17.0a0.dev0+git.90.g24f6191d.tar.gz
WHL file kolibri-0.17.0a0.dev0+git.90.g24f6191d-py2.py3-none-any.whl
benjaoming commented 1 month ago

Yup, the docs build still works :+1: