Commit Graph
453172 Commits
Author SHA1 Message Date
pennae 67086639e0 nixos-render-docs: add support for full attributed spans
this is pretty much what pandoc calls bracketed spans. since we only
want to support ids and classes it doesn't seem fair to copy the name,
so we'll call them "attributed span" for now. renderers are expected to
know about *all* classes they could encounter and act appropriately, and
since there are currently no classes with any defined behavior the most
appropriate thing to do for now is to reject all classes.
2023-02-10 06:40:01 +01:00
pennae 1c9f55ec64 nixos/manual: convert <kbd> elements to bracketed spans
since support for kbd elements was added with explicit intent in #175128
it seems like a good idea to support this in nixos-render-docs instead
of just dropping it in favor of `*F12*` etc. since it's a very rare
thing in the manual and purely presentational it makes sense to use
bracketed spans instead of a new myst role.

the html-elements.lua plugin is now somewhat misnamed, but it'll go away
very soon so we don't want to bother renaming it.
2023-02-10 06:40:01 +01:00
pennae 65d749c80b nixos/manual: inline the single footnote
this is a lot easier than adding footnote support for just the one
instance. if a use case for footnotes appears in the future (e.g. if we
wanted to render the nixpkgs manual with nixos-render-docs as well) this
decision should be reevaluated.
2023-02-10 06:40:01 +01:00
pennae 2ad93ab199 nixos/manual: remove remaining docbook tags
there's one remaining instance of literal docbook tags in the manual.
replace it with a literal (as has been done for package tags everywhere else).
2023-02-10 06:40:01 +01:00
pennae bb34d5d6d4 nixos/manual: replace ids on blocks with inline anchors
nixos-render-docs supports inline anchors, but not ids for blocks. it
seems wise to reserve blocks for special cases that don't have other
syntax already, like admonitions.
2023-02-10 06:40:01 +01:00
pennae 2e3d9e8d74 nixos/manual: remove .unnumbered section attributes
pandoc would drop these when converting to docbook, just like it dropped
.title block classes.
2023-02-10 06:40:01 +01:00
pennae a15d7335a5 nixos/manual: remove .title fenced divs
pandoc drops .title classes when rendering to docbook, so these are
effectively just paragraphs anyway. without support for including them
in a table of contents the complexity of parsing them in
nixos-render-docs won't be warranted.
2023-02-10 06:40:00 +01:00
pennae 8163651338 nixos/manual: fix option-declarations sections
the examples for mkPackageOption weren't terminated, leading to pretty
odd nesting of docbook (and thus html) elements. close them properly.

also turn the (likewise unclosed) fenced div containing just an anchor
id and a class that will be silently dropped to an inline anchor while
we're here. we'd have to convert it anyway later.
2023-02-10 06:40:00 +01:00
pennae ba4bcdc5e4 nixos/manual: remove some newlines from deflists
markdown-it parses deflists slitghtly differently than pandoc does. in
these two cases pandoc would find a deflist item while markdown-it would
not, instead it'd find a lone colon and the rest of the text.
2023-02-10 06:40:00 +01:00
pennae 861ebec769 nixos/manual: don't use multi-definitions in installer chapter
pandoc renders these to multiple docbook paragraphs in a single
definition for the term, not multiple *actual* definitions for the same
term. this is most likely not what is intended here, so let's use
multiple paragraphs instead.
2023-02-10 06:40:00 +01:00
pennae 7098315342 nixos/manual: delete disabled xincludes
userconfiguration.xml hasn't existed for a while, and this comment will
interfere with processing we'll be doing shortly.
2023-02-10 06:40:00 +01:00
pennae f1e888a53c nixos/manual: moving contributing chapter toc entry
this should be placed before the appendices, not between them. might
even have a good place in the development part, but that's a decision
for another day.
2023-02-10 06:40:00 +01:00
pennae 10f2c3cacf nixos/manual: remove sources input from manpages drv
it's not used. holdover from when manpages were written in docbook.
2023-02-10 06:40:00 +01:00
github-actions[bot]andzowoq 65b4c3de4d terraform-providers.pagerduty: 2.9.3 → 2.10.2 2023-02-10 15:34:56 +10:00
github-actions[bot]andzowoq 8395006cdf terraform-providers.ovh: 0.26.0 → 0.27.0 2023-02-10 15:34:56 +10:00
github-actions[bot]andzowoq 4a1afe0365 terraform-providers.aws: 4.53.0 → 4.54.0 2023-02-10 15:34:56 +10:00
github-actions[bot]andzowoq 3b683a98d7 terraform-providers.opentelekomcloud: 1.32.3 → 1.33.0 2023-02-10 15:34:56 +10:00
github-actions[bot]andzowoq d052d4b930 terraform-providers.datadog: 3.20.0 → 3.21.0 2023-02-10 15:34:56 +10:00
github-actions[bot]andzowoq 601c8363a0 terraform-providers.azurerm: 3.42.0 → 3.43.0 2023-02-10 15:34:56 +10:00
Weijia WangandGitHub 17a3ebd923 Merge pull request #215575 from andrewhamon/buck-is-broken
buck: mark broken on aarch64-darwin
2023-02-10 06:30:01 +01:00
7c6f434candGitHub 9e3a418a2f Merge pull request #214384 from Atemu/update/govirt
libgovirt: 0.3.8 -> 0.3.9, virt-viewer: touchups
2023-02-10 05:29:02 +00:00
Weijia WangandGitHub 4dcc1a0c37 Merge pull request #215630 from r-ryantm/auto-update/conftest
conftest: 0.38.0 -> 0.39.0
2023-02-10 06:22:41 +01:00
Weijia WangandGitHub 3f47ae69c1 Merge pull request #215601 from r-ryantm/auto-update/spicedb
spicedb: 1.16.1 -> 1.16.2
2023-02-10 06:17:10 +01:00
Andrew Hamon 2cc4bbe553 buck: mark broken on aarch64-darwin 2023-02-10 06:03:35 +01:00
7c6f434candGitHub 8cef0411a6 Merge pull request #215272 from trofi/vifm-help
vifm: fix `:help` by pulling in `perl` to build depends
2023-02-10 05:03:12 +00:00
Nick CaoandGitHub c60cac294a Merge pull request #215315 from jtojnar/subl
sublime-merge: 2079 → 2083
2023-02-10 12:48:56 +08:00
Nick CaoandGitHub ffe472eff8 Merge pull request #215625 from r-ryantm/auto-update/nats-server
nats-server: 2.9.12 -> 2.9.14
2023-02-10 12:45:47 +08:00
Nick CaoandGitHub 81403774f4 Merge pull request #215615 from marsam/update-algolia-cli
algolia-cli: 1.2.1 -> 1.3.0
2023-02-10 12:43:48 +08:00
Nick CaoandGitHub 37df5d3c16 Merge pull request #215621 from marsam/update-twilio-cli
twilio-cli: 5.3.3 -> 5.4.0
2023-02-10 12:43:28 +08:00
Weijia WangandGitHub 85f37d420f Merge pull request #215502 from yihuang/master
rocksdb: fix rocksdb build under mingw64
2023-02-10 05:38:00 +01:00
Nick CaoandGitHub 8515e2d44f Merge pull request #215602 from figsoda/codevis
codevis: init at 0.5.1
2023-02-10 12:37:16 +08:00
Nick CaoandGitHub 3f99472b3d Merge pull request #215599 from dotlambda/nextcord-2.3.3
python310Packages.nextcord: 2.3.2 -> 2.3.3
2023-02-10 12:34:50 +08:00
Nick CaoandGitHub ec91da3c2f Merge pull request #215592 from r-ryantm/auto-update/p4c
p4c: 1.2.3.5 -> 1.2.3.6
2023-02-10 12:34:12 +08:00
Weijia WangandGitHub 06a200c02d Merge pull request #215522 from r-ryantm/auto-update/python310Packages.google-cloud-spanner
python310Packages.google-cloud-spanner: 3.27.0 -> 3.27.1
2023-02-10 05:33:51 +01:00
Weijia WangandGitHub e2714479bd Merge pull request #215611 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 23.01.29 -> 23.02.05
2023-02-10 05:32:48 +01:00
Weijia WangandGitHub cd9172ec10 Merge pull request #215453 from r-ryantm/auto-update/qownnotes
qownnotes: 23.1.2 -> 23.2.0
2023-02-10 05:10:57 +01:00
HuangYi 8605d6c6a6 rocksdb: fix build under mingw64 2023-02-10 05:08:38 +01:00
Uri BaghinandGitHub a03c9add95 Merge pull request #215622 from r-ryantm/auto-update/opentelemetry-collector
opentelemetry-collector: 0.70.0 -> 0.71.0
2023-02-10 15:05:21 +11:00
Weijia WangandGitHub ac2f954df1 Merge pull request #215590 from r-ryantm/auto-update/ogre
ogre: 13.6.1 -> 13.6.2
2023-02-10 04:57:04 +01:00
Weijia WangandGitHub 7508b20259 Merge pull request #215544 from wegank/rawtherapee-bump
rawtherapee: 5.8 -> 5.9
2023-02-10 04:55:49 +01:00
R. Ryantm a43992388a conftest: 0.38.0 -> 0.39.0 2023-02-10 03:43:23 +00:00
Anderson TorresandGitHub ebe3d7b722 Merge pull request #215623 from atorres1985-contrib/ppsspp
ppsspp: don't rely on libsForQt5.callPackage
2023-02-10 00:23:59 -03:00
R. Ryantm 13e32847f3 nats-server: 2.9.12 -> 2.9.14 2023-02-10 03:16:24 +00:00
Mario RodasandGitHub 79361edd56 Merge pull request #215348 from r-ryantm/auto-update/obs-studio
obs-studio: 29.0.0 -> 29.0.2
2023-02-09 22:14:12 -05:00
Mario RodasandGitHub 7a08491f6b Merge pull request #215380 from r-ryantm/auto-update/python310Packages.awscrt
python310Packages.awscrt: 0.16.8 -> 0.16.10
2023-02-09 22:13:11 -05:00
Mario RodasandGitHub 3056c1eedd Merge pull request #215424 from r-ryantm/auto-update/atop
atop: 2.7.1 -> 2.8.1
2023-02-09 22:11:06 -05:00
Mario RodasandGitHub 2e78f9856e Merge pull request #215505 from fabaff/aiowinreg-bump
python310Packages.aiowinreg: 0.0.7 -> 0.0.8
2023-02-09 22:08:58 -05:00
Mario RodasandGitHub 9fa1fb2803 Merge pull request #215521 from fabaff/pytenable-bump
python310Packages.pytenable: 1.4.11 -> 1.4.12
2023-02-09 22:08:27 -05:00
Mario RodasandGitHub 7317c03fb1 Merge pull request #215594 from r-ryantm/auto-update/chezmoi
chezmoi: 2.29.4 -> 2.30.0
2023-02-09 22:06:50 -05:00
R. Ryantm d360df1caa opentelemetry-collector: 0.70.0 -> 0.71.0 2023-02-10 03:03:06 +00:00