#372 fix several issues for sphinx builds for backend
Merged 5 years ago by clime. Opened 5 years ago by msuchy.
copr/ msuchy/copr doc-sphinx  into  master

file modified
+2 -2
@@ -61,8 +61,8 @@ 

      def starting_build(self, data):

          """

          Announce to the frontend that a build is starting.

-         Return: True if the build can start

-                 False if the build can not start (can be cancelled or deleted)

+ 

+         :return: True if the build can start or False if the build can not start (can be cancelled or deleted).

          """

          response = self._post_to_frontend_repeatedly(data, "starting_build")

          if "can_start" not in response.json():

empty or binary file added
@@ -1,5 +1,5 @@ 

  backend.mockremote.__init__

- ========================

+ ===========================

  

  .. automodule:: backend.mockremote.__init__

     :members:

no initial comment

Hmm, I see .gitkeep file for the first time, I always use empty .gitignore for this purpose. Anyway, AFAIK we currently don't use any of these, so we can pick now.

+1

Pull-Request has been merged by clime

5 years ago