Skip to content

Commit

Permalink
fix: sphinx version (#356)
Browse files Browse the repository at this point in the history
* fix: sphinx
  • Loading branch information
ralphrass authored Jun 3, 2024
1 parent 887fbb2 commit 5af8a05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ package:
## update Butterfree API docs
update-docs:
cd ./docs; rm -rf source/butterfree.*
cd ./docs; sphinx-apidoc -T -E -o source/ ../butterfree
cd ./docs; sphinx-apidoc -o source/ ../butterfree
cd ./docs; make coverage

.PHONY: docs
Expand Down
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ h3==3.7.7
jupyter==1.0.0
twine==3.1.1
mypy==1.10.0
sphinx==3.5.4
sphinxemoji==0.1.8
sphinx-rtd-theme==0.5.2
sphinx==6.2.1
sphinxemoji==0.3.1
sphinx-rtd-theme==1.3.0
recommonmark==0.7.1
pyarrow==16.1.0
setuptools==70.0.0
Expand Down
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ disallow_any_generics = True
disallow_untyped_defs = True
check_untyped_defs = True
disallow_untyped_calls = True

[build_sphinx]
all-files = 1
source-dir = docs/source
build-dir = docs/build
warning-is-error = 0

1 comment on commit 5af8a05

@chip-n-dale
Copy link

@chip-n-dale chip-n-dale bot commented on 5af8a05 Jun 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ralphrass!

The GitLeaks SecTool reported some possibly exposed credentials/secrets, how about giving them a look?

GitLeaks Alert Sync
[
  {
    "line": "    webhook: REDACTED",
    "lineNumber": 141,
    "offender": "REDACTED",
    "offenderEntropy": -1,
    "commit": "b6a5daf28abc035f74b9685aab573d384680b9d1",
    "repo": "butterfree",
    "repoURL": "",
    "leakURL": "",
    "rule": "Slack Webhook",
    "commitMessage": "initial commit\n",
    "author": "Alvaro",
    "email": "[email protected]",
    "file": ".drone.yml",
    "date": "2020-01-03T14:21:51-03:00",
    "tags": "key, slack"
  },
  {
    "line": "    webhook: REDACTED",
    "lineNumber": 159,
    "offender": "REDACTED",
    "offenderEntropy": -1,
    "commit": "b6697aa708fec0c5a9e3af0b2713cee6f45ff675",
    "repo": "butterfree",
    "repoURL": "",
    "leakURL": "",
    "rule": "Slack Webhook",
    "commitMessage": "hail to the butterfree\n",
    "author": "Alvaro",
    "email": "[email protected]",
    "file": ".drone.yml",
    "date": "2020-01-03T11:07:44-03:00",
    "tags": "key, slack"
  }
]

In case of false-positives, more information is available on GitLeaks FAQ
If you had any other problem or question during this process, be sure to contact us on the Security space on GChat!

Please sign in to comment.