Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.5 — 2026-06-17

Added

  • Parallel Sphinx builds are now supported.

Changed

  • This project now requires Sphinx ≥ 7.4.0

Fixed

  • Fixed a crash if the NIXDOMAIN_OBJECTS environment variable wasn’t defined.

0.1.4 — 2026-03-09

Fixed

  • Don’t use the deprecated lib.cli.toGNUCommandLineShell Nixpkgs function.

0.1.3 — 2026-03-09

Fixed

  • Quoted attributes / options no longer cause issues with HTML anchors.

0.1.2 — 2026-01-12

Changed

  • All documentation URLs now point to the ReadTheDocs documentation website.

0.1.1 — 2026-01-12

Added

  • Set up flake-compat to allow for non-flake usage.

  • Allow documenting all modules in the nix:automodule directive.

  • Set up a ReadTheDocs build of the documentation

0.1.0 — 2026-01-08

First release!

Added

Everything!

Support for:

  • NixOS options

  • Nix packages

  • Nix libraries

Generates an index for options and libraries.

Has support for resolving source links by using the nixdomain_linkcode_resolve configuration.