Skip to content

Commit 5c8ef16

Browse files
committed
rtd fixes
1 parent 3b9d6c4 commit 5c8ef16

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474

7575
# General information about the project.
7676
project = "NURBS-Python"
77-
copyright = "2016-2019, Onur Rauf Bingol"
78-
author = geomdl.__author__
79-
description = geomdl.__description__
77+
copyright = "2016-2025, Onur R. Bingol"
78+
author = "Onur R. Bingol"
79+
description = "Object-oriented B-Spline and NURBS evaluation library"
8080

8181
# The version info for the project you're documenting, acts as replacement for
8282
# |version| and |release|, also used in various other places throughout the

geomdl/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
# Library version
88
__version__ = "5.3.1"
99

10-
# Author and license
11-
__author__ = "Onur Rauf Bingol"
12-
__license__ = "MIT"
13-
1410
# Support for "from geomdl import *"
1511
# @see: https://stackoverflow.com/a/41895257
1612
# @see: https://stackoverflow.com/a/35710527

0 commit comments

Comments
 (0)