You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

conf.py 948 B

12345678910111213141516171819202122232425262728
  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. # -- Project information -----------------------------------------------------
  6. # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
  7. project = "learnware"
  8. copyright = "2023, LAMDA Group"
  9. author = "LAMDA Group"
  10. release = "0.1.0.99"
  11. # -- General configuration ---------------------------------------------------
  12. # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
  13. extensions = []
  14. templates_path = ["_templates"]
  15. exclude_patterns = []
  16. language = "zh_CN"
  17. # -- Options for HTML output -------------------------------------------------
  18. # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
  19. html_theme = "alabaster"
  20. html_static_path = ["_static"]

基于学件范式,全流程地支持学件上传、检测、组织、查搜、部署和复用等功能。同时,该仓库作为北冥坞系统的引擎,支撑北冥坞系统的核心功能。