Update documentation

- Add copy button to code blocks
- Fix some badges
- Improve Linux installation instructions
This commit is contained in:
ReenigneArcher
2022-06-08 23:00:59 -04:00
parent 9b4fc8a270
commit 65c4f01998
6 changed files with 105 additions and 49 deletions

View File

@@ -46,7 +46,8 @@ extensions = [
'm2r2', # enable markdown files
'sphinx.ext.autosectionlabel',
'sphinx.ext.todo', # enable to-do sections
'sphinx.ext.viewcode' # add links to view source code
'sphinx.ext.viewcode', # add links to view source code
'sphinx_copybutton', # add a copy button to code blocks
]
# Add any paths that contain templates here, relative to this directory.