Skip to content

Commit

Permalink
AU: 1 updated - sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 28, 2020
1 parent 92b8370 commit 427964a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions sphinx/sphinx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sphinx</id>
<title>Sphinx</title>
<version>0.0.1</version>
<version>3.4.1</version>
<authors>Georg Brandl</authors>
<owners>naveen521kk</owners>
<projectUrl>https://www.sphinx-doc.org</projectUrl>
Expand All @@ -17,7 +17,6 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources)</summary>
<description><![CDATA[
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!
Expand All @@ -31,7 +30,6 @@ It was originally created for the Python documentation, and it has excellent fac
* **Code handling:** automatic highlighting using the [Pygments](http://pygments.org/) highlighter.
* **Extensions:** automatic testing of code snippets, inclusion of docstrings from Python modules (API docs), and [more](https://www.sphinx-doc.org/en/master/ext/builtins.html#builtin-sphinx-extensions).
* **Contributed extensions:** more than 50 extensions [contributed by users](https://www.sphinx-doc.org/en/master/develop.html#extensions) in a second repository; most of them installable from PyPI
]]></description>
<tags>sphinx reStructuredText markdown documentation foss cross-platform cli</tags>
<releaseNotes>https://www.sphinx-doc.org/en/master/changes.html</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion sphinx/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '0.0.1'
$version = '3.4.1'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit 427964a

Please sign in to comment.