Skip to content

Commit 77c8575

Browse files
authoredFeb 16, 2024
Remove references to Carbon Black Cloud (#325)
* Marked references to CBC or PSC as deprecated. * Removing doc table of content * added changelog for the doc update
1 parent 4722931 commit 77c8575

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+103
-400
lines changed
 

‎.readthedocs.yaml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
14+
# Build documentation in the docs/ directory with Sphinx
15+
sphinx:
16+
configuration: docs/conf.py
17+
builder: dirhtml
18+
# fail_on_warning: true
19+
20+
# If using Sphinx, optionally build your docs in additional formats, such as PDF
21+
formats:
22+
- pdf
23+
- epub
24+
25+
# Optionally declare the Python requirements required to build your docs
26+
python:
27+
install:
28+
- requirements: docs/requirements.txt
29+
- method: setuptools
30+
path: .

‎docs/changelog.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ CbAPI Changelog
22
===============
33
.. top-of-changelog (DO NOT REMOVE THIS COMMENT)
44
5+
Documentation - Release Feb 14, 2023
6+
------------------------------------
7+
8+
Updates
9+
* Removed references to and documentation about Carbon Black Cloud. CBAPI (this SDK) is not maintained for Carbon Black Cloud.
10+
11+
Users of Carbon Black Cloud must transition to the Carbon Black Cloud Python SDK. Please see
12+
`Carbon Black Cloud Python SDK on the Developer Network <https://developer.carbonblack.com/reference/carbon-black-cloud/integrations/python-sdk>`_
13+
for details.
14+
515
CbAPI 1.7.10 - Release Feb 1, 2023
616
------------------------------------
717

0 commit comments

Comments
 (0)
Please sign in to comment.