[build] type = "python" [build.flags] env_vars = [ "STB_USE_SYSTEM_NODE=true" ] [dependencies] build = ["python-sphinx-theme-builder", "python-diagnostic", "nodejs", "git" ] runtime = [ "python", "python-accessible-pygments", "python-beautifulsoup4", "python-babel", "python-docutils", "python-jinja", "python-pygments", "python-requests", "python-sphinx", "python-typing_extensions", ] [package] description = "Clean, Bootstrap-based Sphinx theme by and for the PyData community." homepage = "https://pydata-sphinx-theme.readthedocs.io/" license = "BSD-3-Clause" name = "python-pydata-sphinx-theme" version = "0.16.1" [[source]] extract_dir = "$name-$version" url = "https://github.com/pydata/pydata-sphinx-theme.git#v$version" post_extract = [ "sed -i \"s/^node-version = \\\".*\\\"/node-version = \\\"$(node --version | sed 's/^v//')\\\"/\" pyproject.toml", ]