Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:sphinx (Results 1 – 10 of 10) sorted by relevance

/src/crypto/krb5/.github/workflows/
H A Ddoc.yml8 doc-older-sphinx:
9 runs-on: ubuntu-22.04
11 - name: Checkout repository
13 - name: Linux setup
15 sudo apt-get update -qq
16 sudo apt-get install -y doxygen python3-lxml python3-pip python3-sphinx
18 - name: Build documentation
21 make -f Makefile.in SPHINX_ARGS=-W htmlsrc
22 doc-newest-sphinx:
23 runs-on: ubuntu-latest
[all …]
/src/contrib/libxo/doc/
H A DMakefile.am11 doc docs: xolint-errors.rst html
15 # really want this to be self-documenting. But readthedocs.org needs this
20 xolint-errors.rst: ${top_srcdir}/xolint/xolint.pl
21 perl ${top_srcdir}/xolint/xolint.pl -D > ${top_srcdir}/doc/xolint-errors.rst
23 SPHINX = python3 -msphinx macro
25 html sphinx sphinx-html: target
26 ${SPHINX} -M html ${srcdir} . -N -E
29 ${SPHINX} -M singlehtml ${srcdir} . -N -E
H A Dconf.py1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
5 # sphinx-quickstart on Tue Oct 10 10:18:55 2017.
30 vers_cmd = "grep AC_INIT ../configure.ac | awk '{ print substr($2, 2, length($2) - 3);}'"
31 version = subprocess.check_output(vers_cmd, shell=True).decode("utf-8")
33 # -- General configuration ------------------------------------------------
35 # If your documentation needs a minimal Sphinx version, state it here.
39 # Add any Sphinx extension module names here, as strings. They can be
40 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
58 copyright = '2017-2019, Juniper Networks Inc'
[all …]
/src/crypto/krb5/src/doc/
H A DMakefile.in4 SPHINX_ARGS=@MAINT@-W
5 SPHINX_BUILD=sphinx-build $(SPHINX_ARGS)
43 # make -f Makefile.in SPHINX_ARGS= htmlsrc
45 rm -rf $(docsrc)/html
46 $(SPHINX_BUILD) -q rst_composite $(docsrc)/html
50 $(MAKE) -f Makefile.in srcdir=. top_srcdir=.. PYTHON=python3 html clean
56 rm -rf html_subst
58 $(SPHINX_BUILD) -t pathsubs -q rst_composite html_subst
60 # Create an ASCII (okay, UTF-8) version of the NOTICE file
62 $(SPHINX_BUILD) -b text -t notice -q $(docsrc) .
[all …]
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh11 set -eu
16 acl alpine-sdk attr autoconf automake bash build-base clang21 coreutils \
17 cpio cryptsetup curl curl-dev dhcpcd eudev eudev-dev eudev-libs findutils \
18 fio gawk gdb gettext-dev git grep jq libaio libaio-dev libcurl \
19 libtirpc-dev libtool libunwind libunwind-dev linux-headers linux-tools \
20 linux-virt linux-virt-dev lsscsi m4 make nfs-utils openssl-dev parted \
21 pax procps py3-cffi py3-distlib py3-packaging py3-setuptools python3 \
22 python3-dev qemu-guest-agent rng-tools rsync samba samba-server sed \
23 strace sysstat util-linux util-linux-dev wget words xfsprogs xxhash \
24 zlib-dev pamtester@testing
[all …]
/src/contrib/libcbor/misc/
H A Dupdate_version.py8 # Usage: python3 misc/update_version.py X.Y.Z
11 # git checkout -- CHANGELOG.md Doxyfile CMakeLists.txt doc/source/conf.py examples/bazel/third_part…
14 release_date = date.today().strftime('%Y-%m-%d')
27 SEP = '---------------------'
54 # Update Sphinx
/src/sys/contrib/openzfs/contrib/debian/
H A Dcontrol1 Source: openzfs-linux
4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 dh-sequence-dkms | dkms (>> 2.1.1.2-5),
8 libaio-dev,
9 libblkid-dev,
10 libcurl4-openssl-dev,
11 libelf-dev,
12 libpam0g-dev,
[all …]
H A Drules.in1 #!/usr/bin/make -f
5 LSB_DISTRIBUTOR := $(shell lsb_release -is)
7 LINUX_MIN := $(shell awk '/Linux-Minimum:/{print $$2}' META)
8 LINUX_NEXT := $(shell awk -F'[ .]' '/Linux-Maximum:/{print $$2 "." $$3+1}' META)
10 DKMSFILES := module include config zfs.release.in autogen.sh copy-builtin META AUTHORS \
14 KVERS=$(shell uname -r)
17 non_epoch_version=$(shell echo $(KVERS) | perl -pe 's/^\d+://')
18 PACKAGE=openzfs-zfs
19 pmodules = $(PACKAGE)-modules-$(non_epoch_version)
25 NJOBS = -j$(or $(PARALLEL),$(NUM_CPUS),1)
[all …]
/src/contrib/libcbor/
H A DCHANGELOG.md3 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/…
6 ---------------------
8 0.13.0 (2025-08-30)
9 ---------------------
11 - [Fix `cbor_is_null`, `cbor_is_undef`, `cbor_is_bool` assertion failing on non-ctrl floats in debu…
12 - [Add an example for handling of CBOR Sequences](https://github.com/PJK/libcbor/pull/358)
13 - [Use C23/c2x if available](https://github.com/PJK/libcbor/pull/361)
14 - libcbor remains C99 compatible
15- When the compiler does not support new standard, C99 will be used, so the change should be backw…
16 - [Improved introduction documentation and examples](https://github.com/PJK/libcbor/pull/363)
[all …]
/src/contrib/unbound/doc/
H A DChangelog2 - Too many quotes for the EDE message debug printout.
5 - Small debug output improvement when attaching an EDE.
8 - Fix to print warning for when so-sndbuf setsockopt is not granted.
11 - version set to 1.24.0 for release.
12 - tag for 1.24.0rc1.
13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0.
16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a
20 - Update documentation for using "SET ... EX" in Redis.
21 - Document max buffer sizes for Redis commands.
22 - Update man pages.
[all …]