浏览代码

Add missing requirement to docs/requirements.txt (#329)

Manuel Goulão 2 年之前
父节点
当前提交
488b25db0d
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 1 0
      docs/conf.py
  2. 2 1
      docs/requirements.txt

+ 1 - 0
docs/conf.py

@@ -43,6 +43,7 @@ extensions = [
     "sphinx.ext.autodoc",
     "sphinx.ext.githubpages",
     "myst_parser",
+    "sphinx_github_changelog",
 ]
 
 source_suffix = {

+ 2 - 1
docs/requirements.txt

@@ -3,4 +3,5 @@ sphinx-notfound-page
 myst-parser
 git+https://github.com/Farama-Foundation/Celshast#egg=furo
 moviepy
-pygame
+pygame
+sphinx_github_changelog