mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Readthedocs (#1555)
* add readthedocs config file for sphinx-copy button
This commit is contained in:
17
.readthedocs.yml
Normal file
17
.readthedocs.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
# .readthedocs.yaml
|
||||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Required
|
||||
version: 2
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
# Optionally Python version and requirements required to build your docs
|
||||
python:
|
||||
version: 3.9
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
3
docs/requirements.txt
Normal file
3
docs/requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Sphinx==3.5.4
|
||||
sphinx-copybutton==0.3.1
|
||||
sphinx_rtd_theme==0.5.2
|
||||
Reference in New Issue
Block a user