From 8e427cfbb6661aed141fc851d87249d3d1e67f5e Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Sun, 30 Jun 2024 23:32:32 -0500 Subject: [PATCH] remove sphinx-git --- .github/workflows/pages.yml | 2 +- docs/conf.py | 1 - docs/index.rst | 6 ------ docs/requirements.txt | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c8a9a8af..14fa200e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,7 +21,7 @@ jobs: c/requirements.txt docs/requirements.txt - - run: sudo apt-get install -y clang git + - run: sudo apt-get install -y clang - uses: ammaraskar/sphinx-action@master with: diff --git a/docs/conf.py b/docs/conf.py index c297e04f..1ce0aca3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,6 @@ # 'breathe', # 'javasphinx', # 'sphinx_autodoc_typehints', - 'sphinx_git', # 'sphinx_pyreverse', # 'sphinx_js', # 'sphinx_csharp', diff --git a/docs/index.rst b/docs/index.rst index 6d46d8dd..3a6dba7e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,9 +21,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` - -Recent Changes -============== - -.. git_changelog:: - :revisions: 16 \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 2d6bb844..c1ea1c5d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,5 @@ sphinx>=3.1 sphinx-rtd-theme -sphinx-git sphinx-js sphinx-c-autodoc beautifulsoup4 \ No newline at end of file