https://github.com/chepo92/ibm2026
IBM2026
https://github.com/chepo92/ibm2026
Last synced: about 2 months ago
JSON representation
IBM2026
- Host: GitHub
- URL: https://github.com/chepo92/ibm2026
- Owner: chepo92
- Created: 2021-08-06T05:44:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T18:04:55.000Z (almost 4 years ago)
- Last Synced: 2025-02-04T18:48:34.201Z (4 months ago)
- Language: Python
- Homepage: https://chepo92.github.io/IBM2026/
- Size: 5.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM2026
## Auto deploy
Just push to main branch, page is in https://chepo92.github.io/IBM2026/
## Contributing
Fork, edit & PR, suggested to use standard commits
Based on:
- https://coderefinery.github.io/sphinx-lesson/## Build locally
### Reqs
- Sphinx
- Sphinx-autobuild### Build
`sphinx-build -b html source build` or `sphinx-autobuild source build`