Commit d918c048 authored by Doron Behar's avatar Doron Behar
Browse files

khard: Revert "fix build failure caused by sphinx"

This reverts commit 34498212, per
comments here:

- https://github.com/NixOS/nixpkgs/pull/504616
parent a28965d4
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
diff '--color=auto' -u -r khard-0.20.1/doc/source/conf.py new/doc/source/conf.py
--- khard-0.20.1/doc/source/conf.py	2025-07-29 04:47:18.000000000 +0800
+++ new/doc/source/conf.py	2026-03-29 12:53:42.904389827 +0800
@@ -52,8 +52,8 @@
     'sphinx.ext.autodoc',  # https://pypi.org/project/sphinx-autodoc-typehints/
     'sphinx.ext.autosectionlabel',
     'sphinx.ext.todo',
-    'sphinx_autodoc_typehints',  # https://pypi.org/project/sphinx-autodoc-typehints/
     'sphinxarg.ext',
+    'sphinx_autodoc_typehints',  # https://pypi.org/project/sphinx-autodoc-typehints/
 ]
 
 autoapi_type = 'python'
+0 −2
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
    hash = "sha256-s+W/rfa11+jxaNDDIMdLlU5NDvQZSyh5EUD+V3pI+Ug=";
  };

  patches = [ ./khard-sphinx.patch ];

  build-system = with python3.pkgs; [
    setuptools
    setuptools-scm