We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169dffd commit 4325fcdCopy full SHA for 4325fcd
.readthedocs.yml
@@ -5,7 +5,7 @@
5
version: 2
6
7
python:
8
- version: 3.6
+ version: 3.9
9
install:
10
- method: pip
11
path: .
doc/conf.py
@@ -10,7 +10,7 @@
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
# ANY KIND, either express or implied. See the License for the specific
12
# language governing permissions and limitations under the License.
13
-"""Placeholder docstring"""
+"""Configuration for generating readthedocs docstrings."""
14
from __future__ import absolute_import
15
16
import pkg_resources
0 commit comments