Downloads:
21,112
Downloads of v 8.0.2.20240903:
939
Last Update:
03 Sep 2024
Package Maintainer(s):
Software Author(s):
- Georg Brandl
Tags:
sphinx restructuredtext markdown documentation foss cross-platform cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Sphinx
- 1
- 2
- 3
8.0.2.20240903 | Updated: 03 Sep 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
21,112
Downloads of v 8.0.2.20240903:
939
Maintainer(s):
Software Author(s):
- Georg Brandl
Sphinx 8.0.2.20240903
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Georg Brandl. The inclusion of Georg Brandl trademark(s), if any, upon this webpage is solely to identify Georg Brandl goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Sphinx, run the following command from the command line or from PowerShell:
To upgrade Sphinx, run the following command from the command line or from PowerShell:
To uninstall Sphinx, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download sphinx --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade sphinx -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade sphinx -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sphinx
win_chocolatey:
name: sphinx
version: '8.0.2.20240903'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sphinx' do
action :install
source 'INTERNAL REPO URL'
version '8.0.2.20240903'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sphinx
{
Name = "sphinx"
Version = "8.0.2.20240903"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sphinx':
ensure => '8.0.2.20240903',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 06 Nov 2024.
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.
It was originally created for the Python documentation, and it has excellent facilities for the documentation of software projects in a range of languages. Of course, this site is also created from reStructuredText sources using Sphinx!
Features
- Output formats: HTML (including Windows HTML Help), LaTeX (for printable PDF versions), ePub, Texinfo, manual pages, plain text.
- Extensive cross-references: semantic markup and automatic links for functions, classes, citations, glossary terms and similar pieces of information.
- Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children
- Automatic indices: general index as well as a language-specific module indices.
- Code handling: automatic highlighting using the Pygments highlighter.
- Extensions: automatic testing of code snippets, inclusion of docstrings from Python modules (API docs), and more.
- Contributed extensions: more than 50 extensions contributed by users in a second repository; most of them installable from PyPI
python -m pip uninstall Sphinx -y
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Sphinx 8.0.2.20240903 | 939 | Tuesday, September 3, 2024 | Approved | |
Sphinx 7.4.5 | 509 | Wednesday, July 17, 2024 | Approved | |
Sphinx 7.3.7 | 832 | Wednesday, May 8, 2024 | Approved | |
Sphinx 7.2.5 | 2727 | Thursday, August 31, 2023 | Approved | |
Sphinx 7.0.1 | 1689 | Saturday, May 13, 2023 | Approved | |
Sphinx 6.2.1 | 383 | Tuesday, April 25, 2023 | Approved | |
Sphinx 6.2.0 | 115 | Monday, April 24, 2023 | Approved | |
Sphinx 6.1.3 | 1410 | Tuesday, January 10, 2023 | Approved | |
Sphinx 6.1.2 | 132 | Sunday, January 8, 2023 | Approved | |
Sphinx 6.1.1 | 110 | Friday, January 6, 2023 | Approved | |
Sphinx 6.1.0 | 67 | Thursday, January 5, 2023 | Approved | |
Sphinx 6.0.0 | 195 | Thursday, December 29, 2022 | Approved | |
Sphinx 5.3.0 | 1148 | Sunday, October 16, 2022 | Approved | |
Sphinx 5.2.3 | 339 | Friday, September 30, 2022 | Approved | |
Sphinx 5.2.2 | 224 | Tuesday, September 27, 2022 | Approved | |
Sphinx 5.2.1 | 174 | Monday, September 26, 2022 | Approved | |
Sphinx 5.2.0 | 88 | Sunday, September 25, 2022 | Approved | |
Sphinx 5.1.1 | 856 | Wednesday, July 27, 2022 | Approved | |
Sphinx 5.1.0 | 111 | Sunday, July 24, 2022 | Approved | |
Sphinx 5.0.2 | 483 | Friday, June 17, 2022 | Approved | |
Sphinx 5.0.1 | 380 | Friday, June 3, 2022 | Approved | |
Sphinx 5.0.0 | 166 | Monday, May 30, 2022 | Approved | |
Sphinx 4.5.0 | 816 | Sunday, March 27, 2022 | Approved | |
Sphinx 4.4.0 | 1213 | Sunday, January 16, 2022 | Approved | |
Sphinx 4.3.2 | 313 | Sunday, December 19, 2021 | Approved | |
Sphinx 4.3.1 | 387 | Saturday, November 27, 2021 | Approved | |
Sphinx 4.3.0 | 429 | Thursday, November 11, 2021 | Approved | |
Sphinx 4.2.0 | 866 | Sunday, September 12, 2021 | Approved | |
Sphinx 4.1.2 | 598 | Tuesday, July 27, 2021 | Approved | |
Sphinx 4.1.1 | 188 | Thursday, July 15, 2021 | Approved | |
Sphinx 4.1.0 | 156 | Monday, July 12, 2021 | Approved | |
Sphinx 4.0.3 | 190 | Monday, July 5, 2021 | Approved | |
Sphinx 4.0.2 | 524 | Friday, May 21, 2021 | Approved | |
Sphinx 4.0.1 | 210 | Tuesday, May 11, 2021 | Approved | |
Sphinx 4.0.0 | 133 | Sunday, May 9, 2021 | Approved | |
Sphinx 3.5.4 | 357 | Sunday, April 11, 2021 | Approved | |
Sphinx 3.5.3 | 307 | Saturday, March 20, 2021 | Approved | |
Sphinx 3.5.2 | 267 | Saturday, March 6, 2021 | Approved | |
Sphinx 3.5.1 | 140 | Tuesday, February 16, 2021 | Approved | |
Sphinx 3.5.0 | 124 | Sunday, February 14, 2021 | Approved | |
Sphinx 3.4.3 | 183 | Friday, January 8, 2021 | Approved | |
Sphinx 3.4.2 | 122 | Monday, January 4, 2021 | Approved | |
Sphinx 3.4.1 | 126 | Monday, December 28, 2020 | Approved |
-
- chocolatey-core.extension (≥ 1.3.3)
- python (≥ 3.5.0)
Ground Rules:
- This discussion is only about Sphinx and the Sphinx package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Sphinx, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.