@@ -248,7 +248,7 @@ All the contributions are welcome! Please open `an
248248issue <https://github.com/theskumar/python-dotenv/issues/new> `__ or send
249249us a pull request.
250250
251- This project is currently maintained by `Saurabh Kumar < https://saurabh-kumar.com >`__ and
251+ This project is currently maintained by `Saurabh Kumar `_ and
252252would not have been possible without the support of these `awesome people <https://github.com/theskumar/python-dotenv/graphs/contributors >`__.
253253
254254Executing the tests:
@@ -264,20 +264,20 @@ Changelog
2642640.7.0
265265----
266266
267- - Add support to override system environment variable via .env. (`@maxkoryukov `) (`#63 < https://github.com/theskumar/python-dotenv/issues/63 >`__ )
268- - Disable ".env not found" warning by default (`@maxkoryukov `) (`#57 < https://github.com/theskumar/python-dotenv/issues/57 >`__ )
267+ - Add support to override system environment variable via .env. (`@maxkoryukov `_ ) (`#63 `_ )
268+ - Disable ".env not found" warning by default (`@maxkoryukov `_ ) (`#57 `_ )
269269
2702700.6.5
271271----
272- - Add support for special characters `\` (`@pjona `) (`#60 < https://github.com/theskumar/python-dotenv/issues/60 >`__ )
272+ - Add support for special characters `\` (`@pjona `_ ) (`#60 `_ )
273273
2742740.6.4
275275----
276- - Fix issue with single quotes (`@Flimm `) (`#52 < https://github.com/theskumar/python-dotenv/issues/52 >`__ )
276+ - Fix issue with single quotes (`@Flimm `_ ) (`#52 `_ )
277277
2782780.6.3
279279----
280- - Handle unicode exception in setup.py (`#46 < https://github.com/theskumar/python-dotenv/issues/46 >`__ )
280+ - Handle unicode exception in setup.py (`#46 `_ )
281281
2822820.6.2
283283----
@@ -314,6 +314,13 @@ Changelog
314314.. _@iameugenejo : https://github.com/iameugenejo
315315.. _@paulochf : https://github.com/paulochf
316316
317+ .. _#63 : https://github.com/theskumar/python-dotenv/issues/63
318+ .. _#60 : https://github.com/theskumar/python-dotenv/issues/60
319+ .. _#57 : https://github.com/theskumar/python-dotenv/issues/57
320+ .. _#52 : https://github.com/theskumar/python-dotenv/issues/52
321+ .. _#46 : https://github.com/theskumar/python-dotenv/issues/46
322+
323+ .. Saurabh Kumar: https://saurabh-kumar.com
317324
318325 .. |Build Status | image :: https://travis-ci.org/theskumar/python-dotenv.svg?branch=master
319326 :target: https://travis-ci.org/theskumar/python-dotenv
0 commit comments