Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
Minor improvements for v0.5.0 (#6)
Browse files Browse the repository at this point in the history
* Switched to SimpleDBus debug/release branch.

* Removed docs build files.

* Updated gitignore

* Updated docs for release
  • Loading branch information
kdewald authored Jun 13, 2022
1 parent aece6ec commit fce6ec4
Show file tree
Hide file tree
Showing 60 changed files with 12 additions and 19,696 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
bin
build
build_test
.build
.vscode
__pycache__

# Sphinx documentation
docs/_build/
2 changes: 1 addition & 1 deletion cmake/find/Findsimpledbus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (SIMPLEDBUS_VENDORIZE)
set(SIMPLEDBUS_GIT_REPOSITORY "https://github.com/OpenBluetoothToolbox/SimpleDBus.git")
endif()
if(NOT SIMPLEDBUS_GIT_TAG)
set(SIMPLEDBUS_GIT_TAG "master") # TODO: Switch to the latest SimpleDBus release once done.
set(SIMPLEDBUS_GIT_TAG "v2.2.0")
endif()

if(NOT SIMPLEDBUS_LOCAL_PATH)
Expand Down
Binary file removed docs/_build/doctrees/changelog.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/installation.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/security.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/usage.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/_build/html/.buildinfo

This file was deleted.

75 changes: 0 additions & 75 deletions docs/_build/html/_sources/changelog.rst.txt

This file was deleted.

16 changes: 0 additions & 16 deletions docs/_build/html/_sources/index.rst.txt

This file was deleted.

61 changes: 0 additions & 61 deletions docs/_build/html/_sources/installation.rst.txt

This file was deleted.

33 changes: 0 additions & 33 deletions docs/_build/html/_sources/security.rst.txt

This file was deleted.

8 changes: 0 additions & 8 deletions docs/_build/html/_sources/usage.rst.txt

This file was deleted.

Loading

0 comments on commit fce6ec4

Please sign in to comment.